We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971e220 commit dd12192Copy full SHA for dd12192
changelog.md
@@ -1,5 +1,9 @@
1
# Change log
2
3
+## 0.7.1
4
+
5
+* still learning the right release flow, this is a stable release
6
7
## 0.7.0b
8
9
* still learning the right release flow
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.0b"
+__version__ = "0.7.1"
10
from .expressions import *
11
from .variables import *
0 commit comments