-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.4.0 — Moved CLI to separate package
Split off the command-line programs into a separate package, [`javaproperties-cli`](https://github.com/jwodder/javaproperties-cli)
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
to_comment | ||
from .xmlprops import load_xml, loads_xml, dump_xml, dumps_xml | ||
|
||
__version__ = '0.4.0.dev1' | ||
__version__ = '0.4.0' | ||
__author__ = 'John Thorvald Wodder II' | ||
__author_email__ = '[email protected]' | ||
__license__ = 'MIT' | ||
|