Skip to content

Commit

Permalink
Release v1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 23, 2022
1 parent c97bdfc commit b3c60f8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.7.2] - 2022-07-23

### Added

- Recommend users to update Mod Importer when it fails to run due to being outdated.
- Recommend users to update Mod Importer when it fails to run due to being outdated.

## [1.7.1] - 2022-07-14

Expand Down Expand Up @@ -364,7 +366,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.1...HEAD
[Unreleased]: https://github.com/nbusseneau/hephaistos/compare/v1.7.2...HEAD

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

[1.7.1]: https://github.com/nbusseneau/hephaistos/compare/v1.7.0...v1.7.1

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.1'
VERSION = 'v1.7.2'
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, 1, 0),
prodvers=(1, 7, 1, 0),
filevers=(1, 7, 2, 0),
prodvers=(1, 7, 2, 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.1'),
StringStruct(u'FileVersion', u'1.7.2'),
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.1')
StringStruct(u'ProductVersion', u'1.7.2')
]
)
]),
Expand Down

0 comments on commit b3c60f8

Please sign in to comment.