Skip to content

Commit

Permalink
change version to 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Jun 28, 2021
1 parent ec1c0bd commit a0120c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions autodocsumm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@

__status__ = "Production"

__version__ = '0.2.5'

from itertools import chain

from sphinx.util import logging
Expand Down Expand Up @@ -85,9 +87,6 @@ def force_decode(string: str, encoding: str) -> str:
except ImportError:
from ordereddict import OrderedDict

__version__ = '0.2.4'

__author__ = "Philipp S. Sommer"

logger = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def readme():


setup(name='autodocsumm',
version='0.2.4',
version='0.2.5',
description='Extended sphinx autodoc including automatic autosummaries',
long_description=readme(),
long_description_content_type='text/x-rst',
Expand Down

0 comments on commit a0120c0

Please sign in to comment.