From: Steven Tobin Date: Mon, 22 Apr 2019 19:00:51 +0000 (+0100) Subject: updates to license and supported versions X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=33c27be0879bc749fe16b39bf091a5f2cc2ce5dd;p=redacted-XKCD-password-generator.git updates to license and supported versions --- diff --git a/LICENSE.BSD b/LICENSE.BSD index f0fa005..aa85cd6 100644 --- a/LICENSE.BSD +++ b/LICENSE.BSD @@ -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 diff --git a/README.rst b/README.rst index 9da312c..010edfc 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/setup.py b/setup.py index 5bafafe..d82ec41 100644 --- 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',