Skip to content

Commit

Permalink
release: Version 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
adambirds committed May 2, 2021
1 parent c58eeef commit 407afa4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
description="Generate secure multiword passwords/passphrases, inspired by XKCD",
Expand Down

0 comments on commit 407afa4

Please sign in to comment.