File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,32 @@ 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.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
13
38
---------------------------------------------------------------------------------------------
14
39
15
40
**Added: **
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.4.0 '
4
+ __version__ = '0.4.1 '
5
5
__author__ = 'The Shaarli Community'
You can’t perform that action at this time.
0 commit comments