File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
33** Under development**
44
5+ - No updates yet, add them here
6+
7+ ** 1.6.0**
8+
59- Add possibility to override config values to the command line interface
610- Add ` volatile ` keyword to ` ConfigurationContext.config ` to avoid regenerating a stage when the value of that option changes
711
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ The `synpp` package releases can be installed via `pip`:
2020pip install synpp
2121```
2222
23- Currently, version ` 1.5.1 ` is the active release version. Alternatively, you can
23+ Currently, version ` 1.6.0 ` is the active release version. Alternatively, you can
2424clone the ` develop ` branch of this repository to use the development version.
2525It can be installed by calling
2626
Original file line number Diff line number Diff line change 88
99setup (
1010 name = "synpp" ,
11- version = "1.5.1 " ,
11+ version = "1.6.0 " ,
1212 description = "Synthetic population pipeline package for eqasim" ,
1313 long_description = long_description ,
1414 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments