Skip to content

Commit 63d2049

Browse files
committed
Release v0.3.0
Signed-off-by: VirtualTam <[email protected]>
1 parent 69c7b47 commit 63d2049

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ 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.3.0 <https://github.com/shaarli/python-shaarli-client/releases/tag/v0.3.0>`_ - UNPUBLISHED
13-
----------------------------------------------------------------------------------------------
12+
`v0.3.0 <https://github.com/shaarli/python-shaarli-client/releases/tag/v0.3.0>`_ - 2019-02-23
13+
---------------------------------------------------------------------------------------------
1414

1515
**Added:**
1616

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.2.0'
4+
__version__ = '0.3.0'
55
__author__ = 'The Shaarli Community'

0 commit comments

Comments
 (0)