Skip to content

Commit

Permalink
prepare version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Aug 9, 2024
1 parent db77c24 commit a2875bc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

v0.1.4 (2023-08-09)
-------------------

### Bug fixes
* various code fixes inside module `ts_generator.py` to match with the existing C++ code

### Checkstyle
* add line-length limit of 120 for black and isort


v0.1.3 (2023-08-05)
-------------------

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-timeseries-generation"
version = "0.1.3"
version = "0.1.4"
license = {text="MPL-2.0"}
description = 'Timeseries generation library aiming at creating input data for Antares simulator studies.'
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sonar.projectVersion=0.1.3
sonar.projectVersion=0.1.4
sonar.organization=antaressimulatorteam
sonar.projectKey=AntaresSimulatorTeam_antares-timeseries-generation
sonar.sources=src
Expand Down

0 comments on commit a2875bc

Please sign in to comment.