Skip to content

Commit ee932a0

Browse files
committed
v0.7.1 — Support javaproperties 0.8
- Support Python 3.9 - Drop support for Python 2.7 and 3.5 - Support `javaproperties` 0.8.\*
1 parent 7eb41ce commit ee932a0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v0.8.0 (in development)
2-
-----------------------
1+
v0.7.1 (2020-11-28)
2+
-------------------
33
- Support Python 3.9
44
- Drop support for Python 2.7 and 3.5
55
- Support `javaproperties` 0.8.\*

docs/changelog.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
v0.8.0 (2020-07-16)
4+
v0.7.1 (2020-11-28)
55
-------------------
66
- Support Python 3.9
77
- Drop support for Python 2.7 and 3.5

src/javaproperties_cli/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<http://javaproperties-cli.rtfd.io> for more information.
1111
"""
1212

13-
__version__ = '0.8.0.dev1'
13+
__version__ = '0.7.1'
1414
__author__ = 'John Thorvald Wodder II'
1515
__author_email__ = '[email protected]'
1616
__license__ = 'MIT'

0 commit comments

Comments
 (0)