Skip to content

Commit 1dcab1a

Browse files
committed
Bump version to v0.4.1
Signed-off-by: VirtualTam <[email protected]>
1 parent b7b51b6 commit 1dcab1a

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

docs/changelog.rst

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,32 @@ 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.4.0 <https://github.com/shaarli/python-shaarli-client/releases/tag/v0.3.0>`_ - 2020-01-09
12+
13+
`v0.4.1 <https://github.com/shaarli/python-shaarli-client/releases/tag/v0.4.1>`_ - 2021-05-13
14+
---------------------------------------------------------------------------------------------
15+
16+
**Added:**
17+
18+
* Add support for Python 3.7, 3.8 and 3.9
19+
20+
21+
**Changed:**
22+
23+
* Bump project and test requirements
24+
* Update test tooling and documentation
25+
26+
27+
**Removed:**
28+
29+
* Drop support for Python 3.4 and 3.5
30+
31+
32+
**Security:**
33+
34+
* Rework JWT usage without the unmaintained requests-jwt library
35+
36+
37+
`v0.4.0 <https://github.com/shaarli/python-shaarli-client/releases/tag/v0.4.0>`_ - 2020-01-09
1338
---------------------------------------------------------------------------------------------
1439

1540
**Added:**

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

0 commit comments

Comments
 (0)