We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eb41ce commit ee932a0Copy full SHA for ee932a0
CHANGELOG.md
@@ -1,5 +1,5 @@
1
-v0.8.0 (in development)
2
------------------------
+v0.7.1 (2020-11-28)
+-------------------
3
- Support Python 3.9
4
- Drop support for Python 2.7 and 3.5
5
- Support `javaproperties` 0.8.\*
docs/changelog.rst
@@ -1,7 +1,7 @@
Changelog
=========
-v0.8.0 (2020-07-16)
-------------------
6
7
src/javaproperties_cli/__init__.py
@@ -10,7 +10,7 @@
10
<http://javaproperties-cli.rtfd.io> for more information.
11
"""
12
13
-__version__ = '0.8.0.dev1'
+__version__ = '0.7.1'
14
__author__ = 'John Thorvald Wodder II'
15
__author_email__ = '[email protected]'
16
__license__ = 'MIT'
0 commit comments