From: Steven Tobin Date: Sun, 11 Jan 2026 15:45:04 +0000 (+0000) Subject: updates for v1.21.0 - README improvements and new PTBR wordlist X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=890f00ed3a46148131ec4d835ef8c88096df98e6;p=redacted-XKCD-password-generator.git updates for v1.21.0 - README improvements and new PTBR wordlist --- diff --git a/CONTRIBUTORS b/CONTRIBUTORS index aeb172d..613e709 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -44,4 +44,6 @@ David Shen Gregor Dschung Ben Kohler Rikard Nordin -Rostyslav Bohomaz \ No newline at end of file +Rostyslav Bohomaz +Nicola Chiapolini +Luis Tosk <6207512+luiztosk@users.noreply.github.com> \ No newline at end of file diff --git a/LICENSE.BSD b/LICENSE.BSD index d712344..fbdbd7c 100644 --- a/LICENSE.BSD +++ b/LICENSE.BSD @@ -1,4 +1,4 @@ -Copyright (c) 2011 - 2025, Steven Tobin and Contributors. +Copyright (c) 2011 - 2026, 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 d5a004e..d15e682 100644 --- a/README.rst +++ b/README.rst @@ -197,6 +197,7 @@ or setting the appropriate environment variable:: Changelog ========= +- **1.21.0** Improved README, added PT-BR wordlist - **1.20.0** Improved German wordlists, addressed bugs in delimeter and word length checks - **1.19.9** Remove usage of deprecated `assertEquals` in tests - **1.19.8** Enables `python -m xkcdpass` usage diff --git a/setup.py b/setup.py index cbce854..712c97a 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import sys setup( name='xkcdpass', - version='1.20.0', + version='1.21.0', author='Steven Tobin', author_email='steventtobin@gmail.com', url='https://github.com/redacted/XKCD-password-generator',