We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcf7aaf + 77500f9 commit 82686d3Copy full SHA for 82686d3
2 files changed
VERSIONS.md
@@ -1,5 +1,7 @@
1
# PyAuth version history:
2
3
+* 1.0.0 - Initial release
4
+
5
* 0.9.10 - Implement authenticated 256-bit encryption
6
7
* 0.9.7 - Keyboard accelerators working
pyauth/__init__.py
@@ -20,6 +20,6 @@
20
__program_name__ = "PyAuth"
21
22
# Version info
23
-__version__ = '0.9.10'
+__version__ = '1.0.0'
24
__version_tag__ = ''
25
-__version_status__ = 'rc'
+__version_status__ = ''
0 commit comments