Skip to content

Commit

Permalink
Release v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 3, 2022
1 parent 3772307 commit bb7adde
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 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]

## [1.7.3] - 2022-08-03

### Fixed

- Fix Hephaistos closing instead of displaying suggestion to move to Hades directory when launched outside of Hades directory.
Expand Down Expand Up @@ -370,7 +372,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.7.2...HEAD
[Unreleased]: https://github.com/nbusseneau/hephaistos/compare/v1.7.3...HEAD

[1.7.3]: https://github.com/nbusseneau/hephaistos/compare/v1.7.2...v1.7.3

[1.7.2]: https://github.com/nbusseneau/hephaistos/compare/v1.7.1...v1.7.2

Expand Down
2 changes: 1 addition & 1 deletion hephaistos/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def center_y(self) -> int:
DEFAULT_SCREEN = Screen(1920, 1080)

# Hephaistos constants
VERSION = 'v1.7.2'
VERSION = 'v1.7.3'
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
8 changes: 4 additions & 4 deletions windows_version_info.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(1, 7, 2, 0),
prodvers=(1, 7, 2, 0),
filevers=(1, 7, 3, 0),
prodvers=(1, 7, 3, 0),
mask=0x3f,
flags=0x0,
OS=0x4,
Expand All @@ -16,12 +16,12 @@
[
StringStruct(u'CompanyName', u''),
StringStruct(u'FileDescription', u'Ultrawide mod for Hades'),
StringStruct(u'FileVersion', u'1.7.2'),
StringStruct(u'FileVersion', u'1.7.3'),
StringStruct(u'InternalName', u'hephaistos'),
StringStruct(u'LegalCopyright', u''),
StringStruct(u'OriginalFilename', u'hephaistos.exe'),
StringStruct(u'ProductName', u'Hephaistos'),
StringStruct(u'ProductVersion', u'1.7.2')
StringStruct(u'ProductVersion', u'1.7.3')
]
)
]),
Expand Down

0 comments on commit bb7adde

Please sign in to comment.