Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

v1.0.19 (2025-07-15)
-------------------

## What's Changed
* feat(version): handle Simulator v9.3 [`46`](https://github.com/AntaresSimulatorTeam/antares-study-version/pull/46)
* chore: drop support of old Python versions [`47`](https://github.com/AntaresSimulatorTeam/antares-study-version/pull/47)


v1.0.18 (2025-07-07)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "antares-study-version"
version = "1.0.18"
version = "1.0.19"
description = 'Study version manager for Antares ecosystem'
readme = "README.md"
requires-python = ">=3.10"
Expand Down
4 changes: 2 additions & 2 deletions src/antares/study/version/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Standard project metadata

__version__ = "1.0.18"
__version__ = "1.0.19"
__author__ = "RTE, Antares Web Team"
__date__ = "2025-07-07"
__date__ = "2025-07-15"
__credits__ = "© Réseau de Transport de l’Électricité (RTE)"