Skip to content

Commit

Permalink
yet another release attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
tias committed Jun 17, 2021
1 parent 971e220 commit dd12192
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log

## 0.7.1

* still learning the right release flow, this is a stable release

## 0.7.0b

* still learning the right release flow
Expand Down
2 changes: 1 addition & 1 deletion cpmpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

from .expressions import *
from .variables import *
Expand Down

0 comments on commit dd12192

Please sign in to comment.