Skip to content

Commit

Permalink
Prepare version 1.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Syndace committed Jul 14, 2024
1 parent 61669d4 commit 9fab15f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [1.0.4] - 14th of July, 2024

### Fixed
- Attempt to fix a storage data inconsistency where namespace support is stored for a device but activity information is not

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

[Unreleased]: https://github.com/Syndace/python-omemo/compare/v1.0.3...HEAD
[Unreleased]: https://github.com/Syndace/python-omemo/compare/v1.0.4...HEAD
[1.0.4]: https://github.com/Syndace/python-omemo/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/Syndace/python-omemo/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/Syndace/python-omemo/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/Syndace/python-omemo/compare/v1.0.0...v1.0.1
Expand Down
2 changes: 1 addition & 1 deletion omemo/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__all__ = [ "__version__" ] # pylint: disable=unused-variable

__version__ = {}
__version__["short"] = "1.0.3"
__version__["short"] = "1.0.4"
__version__["tag"] = "stable"
__version__["full"] = f"{__version__['short']}-{__version__['tag']}"

0 comments on commit 9fab15f

Please sign in to comment.