Skip to content

Commit

Permalink
Bump version to v0.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: VirtualTam <[email protected]>
  • Loading branch information
virtualtam committed May 13, 2021
1 parent b7b51b6 commit 1dcab1a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
27 changes: 26 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,32 @@ 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.4.0 <https://github.com/shaarli/python-shaarli-client/releases/tag/v0.3.0>`_ - 2020-01-09

`v0.4.1 <https://github.com/shaarli/python-shaarli-client/releases/tag/v0.4.1>`_ - 2021-05-13
---------------------------------------------------------------------------------------------

**Added:**

* Add support for Python 3.7, 3.8 and 3.9


**Changed:**

* Bump project and test requirements
* Update test tooling and documentation


**Removed:**

* Drop support for Python 3.4 and 3.5


**Security:**

* Rework JWT usage without the unmaintained requests-jwt library


`v0.4.0 <https://github.com/shaarli/python-shaarli-client/releases/tag/v0.4.0>`_ - 2020-01-09
---------------------------------------------------------------------------------------------

**Added:**
Expand Down
2 changes: 1 addition & 1 deletion shaarli_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""shaarli-client"""
__title__ = 'shaarli_client'
__brief__ = 'CLI to interact with a Shaarli instance'
__version__ = '0.4.0'
__version__ = '0.4.1'
__author__ = 'The Shaarli Community'

0 comments on commit 1dcab1a

Please sign in to comment.