Skip to content

Commit

Permalink
6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
redvox committed Jan 3, 2024
1 parent 126fcf3 commit 5943542
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).

This changelog is inspired by [keepachangelog.com](http://http://keepachangelog.com/de/)

## 6.2.1 - 2024-01-03

### Fixed
- Dependency updates

## 6.2.0 - 2023-06-05

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion app/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = (6, 1, 0)
__version__ = (6, 2, 1)
__version_string__ = '.'.join(str(i) for i in __version__)

0 comments on commit 5943542

Please sign in to comment.