diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index a813347..84e1581 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -9,8 +9,6 @@ v0.2.11 (November 13, 2023) - Further clean up the build system. - `See here for a list of PRs `_ - - v0.2.10 (October 27, 2023) ---------------------------- - Update the build system to support handling the latest pip. diff --git a/rii/__init__.py b/rii/__init__.py index af7bcc0..cd6cf5f 100644 --- a/rii/__init__.py +++ b/rii/__init__.py @@ -1,5 +1,5 @@ __all__ = ['Rii'] -__version__ = '0.2.10' +__version__ = '0.2.11' from .rii import Rii