Skip to content

Commit 971e220

Browse files
committed
second release workflow attempt
1 parent 85e89ae commit 971e220

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change log
22

3+
## 0.7.0b
4+
5+
* still learning the right release flow
6+
37
## 0.7.0
48

59
### Major

cpmpy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# __version__ = "%d.%d.%d.%s" % VERSION if len(VERSION) == 4 else \
77
# "%d.%d.%d" % VERSION
8-
__version__ = "0.7.0"
8+
__version__ = "0.7.0b"
99

1010
from .expressions import *
1111
from .variables import *

0 commit comments

Comments
 (0)