Skip to content

Commit

Permalink
Bump to version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juga0 committed Aug 4, 2019
1 parent e22bb91 commit 47f62b1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

0.3.0 (2019-08-04)
------------------

Changes
~~~~~~~

- Docs: links depend on from where docs are read
- CI: Pass the tests
- Make rtfd be able to build documentation
- Docs: Reorganize/rename submodules API

0.2.0 (2019-04-04)
------------------
Expand Down
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.2.0'
version = '0.3.0'

__version__ = version
__author__ = "juga"
Expand Down

0 comments on commit 47f62b1

Please sign in to comment.