We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85e89ae commit 971e220Copy full SHA for 971e220
changelog.md
@@ -1,5 +1,9 @@
1
# Change log
2
3
+## 0.7.0b
4
+
5
+* still learning the right release flow
6
7
## 0.7.0
8
9
### Major
cpmpy/__init__.py
@@ -5,7 +5,7 @@
# __version__ = "%d.%d.%d.%s" % VERSION if len(VERSION) == 4 else \
# "%d.%d.%d" % VERSION
-__version__ = "0.7.0"
+__version__ = "0.7.0b"
10
from .expressions import *
11
from .variables import *
0 commit comments