Skip to content

Commit 9fab15f

Browse files
committed
Prepare version 1.0.4 release
1 parent 61669d4 commit 9fab15f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [1.0.4] - 14th of July, 2024
10+
911
### Fixed
1012
- Attempt to fix a storage data inconsistency where namespace support is stored for a device but activity information is not
1113

@@ -142,7 +144,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
142144
### Changed
143145
- Upon serialization the current library version is added to the serialized structures, to allow for seamless updates in the future.
144146

145-
[Unreleased]: https://github.com/Syndace/python-omemo/compare/v1.0.3...HEAD
147+
[Unreleased]: https://github.com/Syndace/python-omemo/compare/v1.0.4...HEAD
148+
[1.0.4]: https://github.com/Syndace/python-omemo/compare/v1.0.3...v1.0.4
146149
[1.0.3]: https://github.com/Syndace/python-omemo/compare/v1.0.2...v1.0.3
147150
[1.0.2]: https://github.com/Syndace/python-omemo/compare/v1.0.1...v1.0.2
148151
[1.0.1]: https://github.com/Syndace/python-omemo/compare/v1.0.0...v1.0.1

omemo/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__all__ = [ "__version__" ] # pylint: disable=unused-variable
22

33
__version__ = {}
4-
__version__["short"] = "1.0.3"
4+
__version__["short"] = "1.0.4"
55
__version__["tag"] = "stable"
66
__version__["full"] = f"{__version__['short']}-{__version__['tag']}"

0 commit comments

Comments
 (0)