Skip to content

Commit

Permalink
release: Version 1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
adambirds committed Feb 15, 2022
1 parent da75950 commit 305b05f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,13 @@ Note that `xkcd-pass` can be used with any word file of the correct format: a fi
* Add tool to prep dev environment.
* Add documentation for contributing and development.
* Add support for correct entropy for padded digits.
* **Version 1.1.1**
* Add docs for official discord support server.
* Update link to source code in docs to correct typo.
* Fix an issue in contributing logs to add an extra step needed.
* Fixed issue with codecov badge in docs.
* Update example docs to use correct defaults.
* Fixed issue with prep-dev-environment script.

## 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.1.0",
version="1.1.1",
author="Adam Birds",
author_email="[email protected]",
description="Generate secure multiword passwords/passphrases, inspired by XKCD",
Expand Down

0 comments on commit 305b05f

Please sign in to comment.