Skip to content

Commit d93bddb

Browse files
author
Steven Tobin
committed
update readme and version
1 parent c53bab9 commit d93bddb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ or setting the appropriate environment variable::
162162

163163
Changelog
164164
=========
165+
- **1.12.0** Handle maximum word length < minimum case by setting max = min
165166
- **1.11.1** Fix bug in entropy calc
166167
- **1.11.0** Rewrite verbose report to take acrostics etc into account
167168
- **1.10.0** Switch to EFF wordlist as default (note: decrease in entropy of default length passwords to 77 bits, still at EFF recommendations)
@@ -173,7 +174,6 @@ Changelog
173174
- **1.9.0** Improvements to interactive mode
174175
- **1.8.2** `generate_wordlist` behaviour didn't match docstring, fixed
175176
- **1.8.1** Fix typo in validation function
176-
- **1.8.0** Fix error in wordfile argument handling
177177

178178

179179
License

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='xkcdpass',
6-
version='1.11.1',
6+
version='1.12.0',
77
author='Steven Tobin',
88
author_email='[email protected]',
99
url='https://github.com/redacted/XKCD-password-generator',

0 commit comments

Comments
 (0)