diff --git a/docs/pages/changelog.rst b/docs/pages/changelog.rst index 8194f8b..302b427 100644 --- a/docs/pages/changelog.rst +++ b/docs/pages/changelog.rst @@ -4,6 +4,12 @@ Changelog ********* +2.0.1 (2023-09-08) +################### + +* Updated dependencies. +* Fixed broken documentation build. + 2.0.0 (2023-07-25) ################### diff --git a/pyproject.toml b/pyproject.toml index 40e963d..ee366e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ",] maintainers = [ "Tom Bocklisch ", "Kian Cross "] diff --git a/questionary/version.py b/questionary/version.py index 8c0d5d5..159d48b 100644 --- a/questionary/version.py +++ b/questionary/version.py @@ -1 +1 @@ -__version__ = "2.0.0" +__version__ = "2.0.1"