Skip to content

Commit

Permalink
build: new minor release v1.4.1 (2024-04-11)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-laporte-pro committed Apr 11, 2024
1 parent 3d0605c commit ddeec52
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ npx auto-changelog -l false --hide-empty-releases -v v1.3.1 -o CHANGES.out.md
```
-->

## [1.4.1] - 2024-04-11

### Fixes

- fix(retriever): avoid infinite loop if sbatch command fails [`#69`](https://github.com/AntaresSimulatorTeam/antares-launcher/pull/69)


## [1.4.0] - 2023-12-19

### Changed
Expand Down
4 changes: 2 additions & 2 deletions antareslauncher/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

# Standard project metadata

__version__ = "1.4.0"
__version__ = "1.4.1"
__author__ = "RTE, Antares Web Team"
__date__ = "2023-12-19"
__date__ = "2024-04-11"
# noinspection SpellCheckingInspection
__credits__ = "(c) Réseau de Transport de l’Électricité (RTE)"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

setup(
name=__project_name__,
version="1.4.0",
version="1.4.1",
description="Antares_Launcher to run Antares on a remote linux machine",
long_description=pathlib.Path("README.md").read_text(encoding="utf-8"),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit ddeec52

Please sign in to comment.