File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -760,7 +760,7 @@ def __str__(self):
760760
761761def 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' ,
You can’t perform that action at this time.
0 commit comments