From 407afa41aa7d30081c4ac187ae856beec21a6a56 Mon Sep 17 00:00:00 2001 From: Adam Birds Date: Sun, 2 May 2021 02:58:03 +0100 Subject: [PATCH] release: Version 1.1.0. --- README.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a0d578c..3fcbd20 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,12 @@ Note that `xkcd-pass` can be used with any word file of the correct format: a fi * Restructured tests into individual files to neaten up codebase. * Added static type annotations to the codebase. * Added support for `zulint` to run various code linters easily. +* **Version 1.1.0** + * Add support for bash-completion for `xkcd-pass`. + * Update github links to correct names in PyPi metadata. + * Add tool to prep dev environment. + * Add documentation for contributing and development. + * Add support for correct entropy for padded digits. ## License diff --git a/setup.py b/setup.py index 4cda1c7..f00ccd1 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ install_requires = ["argcomplete"] setuptools.setup( name="xkcd-pass", - version="1.0.9", + version="1.1.0", author="Adam Birds", author_email="adam.birds@adbwebdesigns.co.uk", description="Generate secure multiword passwords/passphrases, inspired by XKCD",