Skip to content

Commit

Permalink
Prepare version 1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Syndace committed Oct 8, 2024
1 parent 88026c3 commit d005eee
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.1.1] - 8th of October, 2024

### Fixed
- Load the twomemo backend even though SCE is not supported
- Treat malformed device list as empty instead of an unrecoverable error
Expand All @@ -27,6 +29,7 @@ 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.1.0...HEAD
[Unreleased]: https://github.com/Syndace/slixmpp-omemo/compare/v1.1.1...HEAD
[1.1.1]: https://github.com/Syndace/slixmpp-omemo/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/Syndace/slixmpp-omemo/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/Syndace/slixmpp-omemo/releases/tag/v1.0.0
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__" ] # pylint: disable=unused-variable

__version__ = {}
__version__["short"] = "1.1.0"
__version__["short"] = "1.1.1"
__version__["tag"] = "beta"
__version__["full"] = f"{__version__['short']}-{__version__['tag']}"

0 comments on commit d005eee

Please sign in to comment.