Skip to content

Commit 83e6ac6

Browse files
committed
v0.4.0 — Moved CLI to separate package
Split off the command-line programs from [`javaproperties`](https://github.com/jwodder/javaproperties) into a separate package, [`javaproperties-cli`](https://github.com/jwodder/javaproperties-cli)
1 parent cf62f70 commit 83e6ac6

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.4.0 (in development)
2-
-----------------------
1+
v0.4.0 (2017-04-22)
2+
-------------------
33
- Split off the command-line programs from
44
[`javaproperties`](https://github.com/jwodder/javaproperties) into a separate
55
package,

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
`GitHub <https://github.com/jwodder/javaproperties-cli>`_
2020
| `PyPI <https://pypi.python.org/pypi/javaproperties-cli>`_
21-
| `Documentation <https://javaproperties-cli.readthedocs.io/en/latest>`_
21+
| `Documentation <https://javaproperties-cli.readthedocs.io/en/v0.4.0>`_
2222
| `Issues <https://github.com/jwodder/javaproperties-cli/issues>`_
2323
2424
``javaproperties-cli`` is a wrapper around the |javaproperties|_ package (from

javaproperties_cli/__init__.py

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

14-
__version__ = '0.4.0.dev1'
14+
__version__ = '0.4.0'
1515
__author__ = 'John Thorvald Wodder II'
1616
__author_email__ = '[email protected]'
1717
__license__ = 'MIT'

0 commit comments

Comments
 (0)