v0.5.0
authorLouis Abraham <louis.abraham@yahoo.fr>
Sat, 30 Jan 2021 23:21:19 +0000 (00:21 +0100)
committerLouis Abraham <louis.abraham@yahoo.fr>
Sat, 30 Jan 2021 23:21:19 +0000 (00:21 +0100)
README.md
setup.py

index d551c4e91948c84bdbb741c98cefb10a52bda7d0..05f996e393d89ad2eb8bfd61e0f2d52d6bf4f1ff 100644 (file)
--- a/README.md
+++ b/README.md
@@ -186,3 +186,5 @@ ffpass export --file passwords.csv
 
 Thanks a lot to @lclevy for the retro-engineering\! I was inspired by
 his repository <https://github.com/lclevy/firepwd>.
+
+Support of the last version of Firefox and unit tests are the great work of @lmcclell.
index c8c5371396c5097f8c970f016b8641a84ca026dc..cb58157ec5e3c538f1341ea2348ac8041e806371 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ def read(fname):
 
 setup(
     name="ffpass",
-    version="0.4.8",
+    version="0.5.0",
     author="Louis Abraham",
     license="MIT",
     author_email="louis.abraham@yahoo.fr",