Skip to content

Commit b6bd842

Browse files
Bump Version 1.0.6 (#620)
Bump version 1.0.6 after release
1 parent a9f4083 commit b6bd842

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
## Changelog
44

55

6+
### 1.0.6-dev
7+
8+
9+
610
### 1.0.5
711

812
* Added stable Python APIs and API documentation pages for the tools `lobster-python` and `lobster-trlc`.

lobster/common/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
# License along with this program. If not, see
1818
# <https://www.gnu.org/licenses/>.
1919

20-
VERSION_TUPLE = (1, 0, 5)
21-
VERSION_SUFFIX = ""
20+
VERSION_TUPLE = (1, 0, 6)
21+
VERSION_SUFFIX = "dev"
2222

2323
LOBSTER_VERSION = ".".join(str(x) for x in VERSION_TUPLE) + (
2424
f"-{VERSION_SUFFIX}" if VERSION_SUFFIX else ""

0 commit comments

Comments
 (0)