diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 120dd7e3..94d59c68 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,7 +3,7 @@ Release notes v0.11.0 -------- -Unreleased +Released 1 Feb 2022 This will be the final minor release of azplugins to support HOOMD-blue v2.x. The next planned release of azplugins will be a major release to support HOOMD v3.x. This will be a breaking diff --git a/azplugins/__init__.py b/azplugins/__init__.py index 67860b45..acae1361 100644 --- a/azplugins/__init__.py +++ b/azplugins/__init__.py @@ -26,4 +26,4 @@ from . import variant from . import wall -__version__ = '0.10.2' +__version__ = '0.11.0' diff --git a/doc/source/conf.py b/doc/source/conf.py index f24a1824..b663614b 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -14,8 +14,8 @@ project = 'azplugins' copyright = '2018-2022, Auburn University' author = 'Michael P. Howard' -version = '0.10.2' -release = '0.10.2' +version = '0.11.0' +release = '0.11.0' # -- General configuration ---------------------------------------------------