diff --git a/docs/changelog.rst b/docs/changelog.rst index c21d3b9..df00a9f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -9,8 +9,8 @@ The format is based on `Keep a Changelog`_ and this project adheres to .. _Keep A Changelog: http://keepachangelog.com/ .. _Semantic Versioning: http://semver.org/ -`v0.3.0 `_ - UNPUBLISHED ----------------------------------------------------------------------------------------------- +`v0.3.0 `_ - 2019-02-23 +--------------------------------------------------------------------------------------------- **Added:** diff --git a/shaarli_client/__init__.py b/shaarli_client/__init__.py index 1b33201..96ade56 100644 --- a/shaarli_client/__init__.py +++ b/shaarli_client/__init__.py @@ -1,5 +1,5 @@ """shaarli-client""" __title__ = 'shaarli_client' __brief__ = 'CLI to interact with a Shaarli instance' -__version__ = '0.2.0' +__version__ = '0.3.0' __author__ = 'The Shaarli Community'