Skip to content

Commit

Permalink
version 1.5.9 and testing signing commit with -S
Browse files Browse the repository at this point in the history
  • Loading branch information
aless80 committed Apr 19, 2021
1 parent 4346184 commit 246953a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/doconce/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
'''
from __future__ import absolute_import

__version__ = '1.5.8'
__version__ = '1.5.9'
version = __version__
__author__ = 'Hans Petter Langtangen', 'Alessandro Marin', 'Johannes H. Ring', 'Kristian Gregorius Hustad'
author = __author__
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="DocOnce",
version="1.5.8",
version="1.5.9",
author='Hans Petter Langtangen, Alessandro Marin',
author_email="[email protected], [email protected]",
maintainer = "Kristian Gregorius Hustad",
Expand Down

0 comments on commit 246953a

Please sign in to comment.