Skip to content

Commit

Permalink
build: prepare version v0.1.1 (2024-04-10)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-laporte-pro committed Apr 10, 2024
1 parent 6f6e39d commit 5fa05ea
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
Antares Study Version Changelog
===============================

v0.1.1 (2024-04-10)
-------------------

### Fixes

* **model:** avoid deprecation warning about usage of `NotImplemented` in boolean context

### Tests

* replace [pytest-freezegun](https://pypi.org/project/pytest-freezegun/) lib
by [pytest-freezer](https://pypi.org/project/pytest-freezer/)

### Docs

* [README.md](README.md): update doc, fix typo, add a link to the change log

### Build

* create [CHANGELOG.md](CHANGELOG.md) and update the release date
* add [update_version.py](scripts/update_version.py) script to create or update the changelog

### CI

* add missing dependency [pytest-freezer](https://pypi.org/project/pytest-freezer/) required for type checking
* create the [GitHub workflows](.github/workflows/python-package.yml) for code style and typing check

v0.1.0 (2024-03-20)
-------------------

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__ = "0.1.0"
__version__ = "0.1.1"
__author__ = "RTE, Antares Web Team"
__date__ = "2024-03-20"
__date__ = "2024-04-10"
__credits__ = "© Réseau de Transport de l’Électricité (RTE)"

0 comments on commit 5fa05ea

Please sign in to comment.