File tree 3 files changed +15
-1
lines changed
3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 19
19
20
20
.. image :: https://img.shields.io/pypi/dm/pysecret.svg
21
21
22
+ .. image :: https://img.shields.io/badge/Release_History!--None.svg?style=social
23
+ :target: https://github.com/MacHu-GWU/pysecret-project/blob/main/release-history.rst
24
+
22
25
.. image :: https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social
23
26
:target: https://github.com/MacHu-GWU/pysecret-project
24
27
Original file line number Diff line number Diff line change 1
- __version__ = "2.2.3 "
1
+ __version__ = "2.2.4 "
2
2
3
3
if __name__ == "__main__" : # pragma: no cover
4
4
print (__version__ )
Original file line number Diff line number Diff line change @@ -15,6 +15,17 @@ Release and Version History
15
15
**Miscellaneous **
16
16
17
17
18
+ 2.2.4 (2023-11-18)
19
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20
+ **Bugfixes **
21
+
22
+ - fix a bug that when load AWS SSM parameter using label, the returned Parameter object doesn't have the correct label information.
23
+
24
+ **Miscellaneous **
25
+
26
+ - improved the documentation in the ``04-AWS-Parameter-Store.ipynb `` notebook.
27
+
28
+
18
29
2.2.3 (2023-05-12)
19
30
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20
31
**Bugfixes **
You can’t perform that action at this time.
0 commit comments