Skip to content

Commit

Permalink
[Version bumped to] v1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeufer committed Apr 13, 2023
1 parent d279d74 commit afd20e9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning]
## [In Development] - Unreleased


## [1.17.1] - 2023-04-13

### Changed

- German translation updated


## [1.17.0] - 2023-03-06

### Added
Expand Down
4 changes: 2 additions & 2 deletions aasrp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
A couple of variable to use throughout the app
A couple of variables to use throughout the app
"""

__version__ = "1.17.0"
__version__ = "1.17.1"
__title__ = "Ship Replacement"

0 comments on commit afd20e9

Please sign in to comment.