Skip to content

Commit

Permalink
Prepare v1.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Syndace committed Oct 22, 2024
1 parent 34b8e4e commit 0c86bea
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.2.2] - 22nd of October, 2024

### Changed
- Attempt device list download with max_items before falling back to full download

Expand Down Expand Up @@ -43,7 +45,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Added
- Initial release

[Unreleased]: https://github.com/Syndace/slixmpp-omemo/compare/v1.2.1...HEAD
[Unreleased]: https://github.com/Syndace/slixmpp-omemo/compare/v1.2.2...HEAD
[1.2.2]: https://github.com/Syndace/slixmpp-omemo/compare/v1.2.1...v1.2.2
[1.2.1]: https://github.com/Syndace/slixmpp-omemo/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/Syndace/slixmpp-omemo/compare/v1.1.1...v1.2.0
[1.1.1]: https://github.com/Syndace/slixmpp-omemo/compare/v1.1.0...v1.1.1
Expand Down
2 changes: 1 addition & 1 deletion slixmpp_omemo/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__all__ = [ "__version__" ]

__version__ = {}
__version__["short"] = "1.2.1"
__version__["short"] = "1.2.2"
__version__["tag"] = "beta"
__version__["full"] = f"{__version__['short']}-{__version__['tag']}"

0 comments on commit 0c86bea

Please sign in to comment.