Skip to content

Commit cbac2ef

Browse files
authored
prepare release 1.6.0 (#88)
1 parent e8f4d9e commit cbac2ef

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The `synpp` package releases can be installed via `pip`:
2020
pip 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
2424
clone the `develop` branch of this repository to use the development version.
2525
It can be installed by calling
2626

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
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",

0 commit comments

Comments
 (0)