Skip to content

Commit

Permalink
🔖 Released v1.0.0-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris-INSA committed Sep 5, 2024
1 parent 52576d3 commit 4824d22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to Hermes will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.0.0-alpha.5] - 2024-09-05

### Fixed

Expand Down
3 changes: 2 additions & 1 deletion lib/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@
# You should have received a copy of the GNU General Public License
# along with Hermes. If not, see <https://www.gnu.org/licenses/>.

HERMES_VERSION = "1.0.0-alpha.4"
HERMES_VERSION = "1.0.0-alpha.5"
"""Curent app version"""

HERMES_VERSIONS = [
"1.0.0-alpha.1",
"1.0.0-alpha.2",
"1.0.0-alpha.3",
"1.0.0-alpha.4",
"1.0.0-alpha.5",
]
"""History of app versions, from oldest to newest"""

0 comments on commit 4824d22

Please sign in to comment.