Skip to content

Commit 4a8bdd3

Browse files
committed
Bump version to v0.2.0
Signed-off-by: VirtualTam <[email protected]>
1 parent 56d073b commit 4a8bdd3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/changelog.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@ The format is based on `Keep a Changelog`_ and this project adheres to
99
.. _Keep A Changelog: http://keepachangelog.com/
1010
.. _Semantic Versioning: http://semver.org/
1111

12-
`v0.2.0 <https://github.com/shaarli/python-shaarli-client/releases/tag/v0.2.0>`_ - UNPUBLISHED
12+
`v0.3.0 <https://github.com/shaarli/python-shaarli-client/releases/tag/v0.3.0>`_ - UNPUBLISHED
1313
----------------------------------------------------------------------------------------------
1414

15+
`v0.2.0 <https://github.com/shaarli/python-shaarli-client/releases/tag/v0.2.0>`_ - 2017-04-09
16+
---------------------------------------------------------------------------------------------
17+
1518
**Added:**
1619

1720
* Add client parameter checks and error handling

shaarli_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""shaarli-client"""
22
__title__ = 'shaarli_client'
33
__brief__ = 'CLI to interact with a Shaarli instance'
4-
__version__ = '0.1.0'
4+
__version__ = '0.2.0'
55
__author__ = 'The Shaarli Community'

0 commit comments

Comments
 (0)