From 4658d3f35965a0288a642ae6c1aea1f802b90fb4 Mon Sep 17 00:00:00 2001 From: cekees <613654+cekees@users.noreply.github.com> Date: Mon, 16 Sep 2024 14:01:53 -0500 Subject: [PATCH] update version number for release --- docs/Doxyfile | 2 +- proteus/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Doxyfile b/docs/Doxyfile index 0c810c05d5..8e5d87f13f 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = proteus # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.8.2.dev0 +PROJECT_NUMBER = 1.8.3 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/proteus/__init__.py b/proteus/__init__.py index 0904f3447e..0dbbcf7d7d 100644 --- a/proteus/__init__.py +++ b/proteus/__init__.py @@ -9,7 +9,7 @@ import pkgutil __path__ = pkgutil.extend_path(__path__, __name__) -__version__ = '1.8.2.dev0' +__version__ = '1.8.3' __all__ = ["Archiver", "Domain", diff --git a/setup.py b/setup.py index 20ad523926..4416461774 100644 --- a/setup.py +++ b/setup.py @@ -797,7 +797,7 @@ def __str__(self): def setup_given_extensions(extensions): setup(name='proteus', - version='1.8.2.dev0', + version='1.8.3', classifiers=[ 'Development Status :: 4 - Beta', 'Environment :: Console',