Skip to content

Commit 82686d3

Browse files
committed
Merge branch 'release/1.0.0'
2 parents fcf7aaf + 77500f9 commit 82686d3

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

VERSIONS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# PyAuth version history:
22

3+
* 1.0.0 - Initial release
4+
35
* 0.9.10 - Implement authenticated 256-bit encryption
46

57
* 0.9.7 - Keyboard accelerators working

pyauth/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
__program_name__ = "PyAuth"
2121

2222
# Version info
23-
__version__ = '0.9.10'
23+
__version__ = '1.0.0'
2424
__version_tag__ = ''
25-
__version_status__ = 'rc'
25+
__version_status__ = ''

0 commit comments

Comments
 (0)