File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,12 @@ The format is based on `Keep a Changelog`_ and this project adheres to
9
9
.. _Keep A Changelog : http://keepachangelog.com/
10
10
.. _Semantic Versioning : http://semver.org/
11
11
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
13
13
----------------------------------------------------------------------------------------------
14
14
15
+ `v0.2.0 <https://github.com/shaarli/python-shaarli-client/releases/tag/v0.2.0 >`_ - 2017-04-09
16
+ ---------------------------------------------------------------------------------------------
17
+
15
18
**Added: **
16
19
17
20
* Add client parameter checks and error handling
Original file line number Diff line number Diff line change 1
1
"""shaarli-client"""
2
2
__title__ = 'shaarli_client'
3
3
__brief__ = 'CLI to interact with a Shaarli instance'
4
- __version__ = '0.1 .0'
4
+ __version__ = '0.2 .0'
5
5
__author__ = 'The Shaarli Community'
You can’t perform that action at this time.
0 commit comments