From acb26f637d111ae0655010000920352c031ef86d Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 25 Jun 2024 17:46:52 -0400 Subject: [PATCH] Revert "- 0.0.2" This reverts commit 5fb3573add4edf1ef7fc155b231d09226c1c6d9c. --- docs/build/changelog.rst | 7 +------ docs/build/conf.py | 2 +- docs/build/unreleased/cleanup.rst | 4 ++++ 3 files changed, 6 insertions(+), 7 deletions(-) create mode 100644 docs/build/unreleased/cleanup.rst diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 63da728..cecf92a 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -4,11 +4,6 @@ Changelog .. changelog:: :version: 0.0.2 - :released: June 25, 2024 - - .. change:: - :tags: documentation - - General release cleanup, documentation added. + :include_notes_from: unreleased diff --git a/docs/build/conf.py b/docs/build/conf.py index 90ca3a9..0ac4db7 100644 --- a/docs/build/conf.py +++ b/docs/build/conf.py @@ -81,7 +81,7 @@ # The short X.Y version. version = awaitlet.__version__ # The full version, including alpha/beta/rc tags. -release = "0.0.2" +release = "0.0.1" # The language for content autogenerated by Sphinx. Refer to documentation diff --git a/docs/build/unreleased/cleanup.rst b/docs/build/unreleased/cleanup.rst new file mode 100644 index 0000000..f109cfa --- /dev/null +++ b/docs/build/unreleased/cleanup.rst @@ -0,0 +1,4 @@ +.. change:: + :tags: documentation + + General release cleanup, documentation added. \ No newline at end of file