Skip to content

Commit

Permalink
Merge 3cd5d82 into 4c54305
Browse files Browse the repository at this point in the history
  • Loading branch information
kiancross committed Sep 8, 2023
2 parents 4c54305 + 3cd5d82 commit adfbf98
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/pages/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
Changelog
*********

2.0.1 (2023-09-08)
###################

* Updated dependencies.
* Fixed broken documentation build.

2.0.0 (2023-07-25)
###################

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exclude = "((.eggs | .git | .pytype | .pytest_cache | build | dist))"

[tool.poetry]
name = "questionary"
version = "2.0.0"
version = "2.0.1"
description = "Python library to build pretty command line user prompts ⭐️"
authors = [ "Tom Bocklisch <tombocklisch@gmail.com>",]
maintainers = [ "Tom Bocklisch <tombocklisch@gmail.com>", "Kian Cross <kian@kiancross.co.uk>"]
Expand Down
2 changes: 1 addition & 1 deletion questionary/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.0"
__version__ = "2.0.1"

0 comments on commit adfbf98

Please sign in to comment.