updates to license and supported versions
authorSteven Tobin <steventtobin (at) gmail.com>
Mon, 22 Apr 2019 19:00:51 +0000 (20:00 +0100)
committerSteven Tobin <steventtobin (at) gmail.com>
Mon, 22 Apr 2019 19:00:51 +0000 (20:00 +0100)
LICENSE.BSD
README.rst
setup.py

index f0fa005133538e3c9345d5a7b1a34eb62f7974d3..aa85cd6c8479d37a294ce797de8032b39f7a74e4 100644 (file)
@@ -1,4 +1,4 @@
-Copyright (c) 2011 - 2018, Steven Tobin and Contributors.
+Copyright (c) 2011 - 2019, Steven Tobin and Contributors.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 9da312c5985ad6c63f042b66c72b1f833bdfec17..010edfced2139a9b6e0a6a4d21e2cebdf37b232c 100644 (file)
@@ -187,6 +187,7 @@ or setting the appropriate environment variable::
 
 Changelog
 =========
+- **1.17.3** Updated license and supported versions
 - **1.17.2** Compatibility fix for 2.x/3.x 
 - **1.17.1** Fix issue with README and unicode encoding
 - **1.17.0** Add French, Norwegian, and Portuguese dictionaries. Bugfixes and improvements to tests (WIP).
@@ -204,7 +205,6 @@ Changelog
 - **1.14.0** Added Finnish and Italian language support (thanks to Jussi Tiira and Lorenzo Mureu respectively)
 - **1.13.0** Added Spanish language wordfile (thanks to Javier Meija)
 - **1.12.0** Handle maximum word length < minimum case by setting max = min
-- **1.11.1** Fix bug in entropy calc
 
 
 License
index 5bafafe50e67fd3c94f9488196d00cec2e0eb9e6..d82ec417e3df4ed9c39be475d71cabc952bf9171 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
 
 setup(
     name='xkcdpass',
-    version='1.17.2',
+    version='1.17.3',
     author='Steven Tobin',
     author_email='steventtobin@gmail.com',
     url='https://github.com/redacted/XKCD-password-generator',
git clone https://git.99rst.org/PROJECT