Skip to content

Commit c40a215

Browse files
committed
bump version to 0.7.3
1 parent 2d403fd commit c40a215

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
RELEASE 0.7.3 - ???
1+
RELEASE 0.7.3 - Wed, Feb 26 2020
22
- declared all *.py sources as utf8 (PEP 263)
33
- modified scripts such that CI tests shall pass also under py2.7.
44
RELEASE 0.7.2 - Tue, Feb 25 2020

about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""Version information, etc."""
33

44
# DskLayout version info
5-
__version__ = '0.7.2'
5+
__version__ = '0.7.3'
66
"""Package version as a string."""
77

88
# Local Variables:

0 commit comments

Comments
 (0)