We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d403fd commit c40a215Copy full SHA for c40a215
2 files changed
CHANGES.txt
@@ -1,4 +1,4 @@
1
-RELEASE 0.7.3 - ???
+RELEASE 0.7.3 - Wed, Feb 26 2020
2
- declared all *.py sources as utf8 (PEP 263)
3
- modified scripts such that CI tests shall pass also under py2.7.
4
RELEASE 0.7.2 - Tue, Feb 25 2020
about.py
@@ -2,7 +2,7 @@
"""Version information, etc."""
# DskLayout version info
5
-__version__ = '0.7.2'
+__version__ = '0.7.3'
6
"""Package version as a string."""
7
8
# Local Variables:
0 commit comments