Skip to content

Commit

Permalink
build: update CHANGELOG.md for release v2.15.1 (2023-10-05)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-laporte-pro committed Oct 5, 2023
1 parent 71f7129 commit 1906a63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion antarest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

__version__ = "2.15.1"
__author__ = "RTE, Antares Web Team"
__date__ = "2023-10-04"
__date__ = "2023-10-05"
# noinspection SpellCheckingInspection
__credits__ = "(c) Réseau de Transport de l’Électricité (RTE)"

Expand Down
5 changes: 3 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Antares Web Changelog
=====================

v2.15.1 (2023-10-04)
v2.15.1 (2023-10-05)
--------------------

### Features
Expand All @@ -12,9 +12,10 @@ v2.15.1 (2023-10-04)

### Bug Fixes

* **api:** allow `NaN`, `+Infinity`, and `-Infinity` values in JSON response [`7394248`](https://github.com/AntaresSimulatorTeam/AntaREST/commit/7394248821ad5e2e8e5b51d389896c745740225d)
* **ui-xpansion:** display issue in form [`#1754`](https://github.com/AntaresSimulatorTeam/AntaREST/pull/1754)
* **raw:** impossible to see matrix containing NaN values [`#1714`](https://github.com/AntaresSimulatorTeam/AntaREST/pull/1714)
* **raw:** allow NaN in matrices [`0cad1a9`](https://github.com/AntaresSimulatorTeam/AntaREST/commit/0cad1a969fd14e81cf502aecb821df4b2d7abcb6)
* **api:** allow `NaN`, `+Infinity`, and `-Infinity` values in JSON response [`7394248`](https://github.com/AntaresSimulatorTeam/AntaREST/commit/7394248821ad5e2e8e5b51d389896c745740225d)


### Tests
Expand Down

0 comments on commit 1906a63

Please sign in to comment.