Skip to content

Commit bf2bf66

Browse files
committed
Set up 1.8.1 release
1 parent abb82e4 commit bf2bf66

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = proteus
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 1.8.0.dev0
41+
PROJECT_NUMBER = 1.8.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

proteus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import pkgutil
1010
__path__ = pkgutil.extend_path(__path__, __name__)
1111

12-
__version__ = '1.8.0.dev0'
12+
__version__ = '1.8.1'
1313

1414
__all__ = ["Archiver",
1515
"Domain",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ def __str__(self):
760760

761761
def setup_given_extensions(extensions):
762762
setup(name='proteus',
763-
version='1.8.0.dev0',
763+
version='1.8.1',
764764
classifiers=[
765765
'Development Status :: 4 - Beta',
766766
'Environment :: Console',

0 commit comments

Comments
 (0)