From 4ebe8d8bbec02a4be6227829b1762fa656370bd4 Mon Sep 17 00:00:00 2001 From: Kian Cross Date: Fri, 8 Sep 2023 13:12:19 +0100 Subject: [PATCH] Release version 2.0.1 (#320) --- docs/pages/changelog.rst | 6 ++++++ pyproject.toml | 2 +- questionary/version.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/pages/changelog.rst b/docs/pages/changelog.rst index 8194f8b7..302b4279 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 40e963d2..ee366e52 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 8c0d5d5b..159d48b8 100644 --- a/questionary/version.py +++ b/questionary/version.py @@ -1 +1 @@ -__version__ = "2.0.0" +__version__ = "2.0.1"