Skip to content

Commit

Permalink
Set up 1.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cekees committed Jul 1, 2022
1 parent abb82e4 commit bf2bf66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.dev0
PROJECT_NUMBER = 1.8.1

# 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
Expand Down
2 changes: 1 addition & 1 deletion proteus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)

__version__ = '1.8.0.dev0'
__version__ = '1.8.1'

__all__ = ["Archiver",
"Domain",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ def __str__(self):

def setup_given_extensions(extensions):
setup(name='proteus',
version='1.8.0.dev0',
version='1.8.1',
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Console',
Expand Down

0 comments on commit bf2bf66

Please sign in to comment.