Skip to content

Commit

Permalink
v0.5.0 — json2properties --comment
Browse files Browse the repository at this point in the history
- Include installation instructions, GitHub links, and changelog in the Read the Docs site
- Gave `json2properties` a `--comment <comment>` option
- Support Python 3.8
  • Loading branch information
jwodder committed Jan 24, 2020
1 parent 1be366b commit ad738ab
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,5 +1,5 @@
v0.5.0 (in development)
-----------------------
v0.5.0 (2020-01-24)
-------------------
- Include installation instructions, GitHub links, and changelog in the Read
the Docs site
- Gave `json2properties` a `--comment <comment>` option
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016-2018 John Thorvald Wodder II
Copyright (c) 2016-2020 John Thorvald Wodder II

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -3,7 +3,7 @@

project = 'javaproperties-cli'
author = 'John T. Wodder II'
copyright = '2016-2018 John T. Wodder II'
copyright = '2016-2020 John T. Wodder II'

extensions = [
'sphinx.ext.autodoc',
Expand Down
2 changes: 1 addition & 1 deletion javaproperties_cli/__init__.py
Expand Up @@ -10,7 +10,7 @@
<http://javaproperties-cli.rtfd.io> for more information.
"""

__version__ = '0.5.0.dev1'
__version__ = '0.5.0'
__author__ = 'John Thorvald Wodder II'
__author_email__ = 'javaproperties-cli@varonathe.org'
__license__ = 'MIT'
Expand Down

0 comments on commit ad738ab

Please sign in to comment.