Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 5, 2021
1 parent 08bb100 commit 09ab4e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v1.1.1] - 2021-09-05

### Fixed

- Fix incorrect `Current version` being displayed by `version` for artifacts built from GitHub.
Expand Down Expand Up @@ -163,7 +165,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release.

[Unreleased]: https://github.com/nbusseneau/hephaistos/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/nbusseneau/hephaistos/compare/v1.1.1...HEAD

[v1.1.1]: https://github.com/nbusseneau/hephaistos/compare/v1.1.0...v1.1.1

[v1.1.0]: https://github.com/nbusseneau/hephaistos/compare/v1.0.1...v1.1.0

Expand Down
2 changes: 1 addition & 1 deletion hephaistos/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
DEFAULT_CENTER_X, DEFAULT_CENTER_Y = (int(DEFAULT_WIDTH / 2), int(DEFAULT_HEIGHT / 2))

# Hephaistos constants
VERSION = 'v1.1.0'
VERSION = 'v1.1.1'
LATEST_RELEASE_URL = 'https://github.com/nbusseneau/hephaistos/releases/latest/'
LATEST_RELEASE_API_URL = 'https://api.github.com/repos/nbusseneau/hephaistos/releases/latest'
HEPHAISTOS_NAME = 'hephaistos'
Expand Down

0 comments on commit 09ab4e6

Please sign in to comment.