Skip to content

Commit

Permalink
Bump to version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juga0 committed Apr 5, 2019
1 parent 977f432 commit 73f4e24
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 6 deletions.
41 changes: 36 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,37 @@
Change Log
===========
Changelog
=========

0.1.0
------
* Initial import

0.2.0 (2019-04-04)
------------------

New
~~~
- Docs: Show global TOC and page source link.
- Docs: show source code link.
- Tests: Add validate_args test.

Changes
~~~~~~~
- Gpg_utils:simplify logic and logs
- CI: test python 3.7, upgrade to xenial
- Docs: Generate man with sphinx.
- Update copyright year.
- Gpg_utils: simplify logic and logs.
- Opgpcard: !refactor Add validate_args function
- Cli: Change args order, remove empty help.
- Cli: Add module doc, argparser description.
- Cli: Move to a function args parser initialization.

Fix
~~~
- README: Remove paragraph that is no longer true.


0.1.4 (2018-05-19)
------------------
- Include package data.
- Clean files included in distribution.
- Add man.
- Update copyright year.
- Fix tox, travis, clean up.
2 changes: 1 addition & 1 deletion opgpcard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from setuptools_scm import get_version
version = get_version()
except (ImportError, LookupError):
version = '0.1.4'
version = '0.2.0'

__version__ = version
__author__ = "juga"
Expand Down

0 comments on commit 73f4e24

Please sign in to comment.