Skip to content

Commit a0120c0

Browse files
committed
change version to 0.2.5
1 parent ec1c0bd commit a0120c0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

autodocsumm/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838

3939
__status__ = "Production"
4040

41+
__version__ = '0.2.5'
42+
4143
from itertools import chain
4244

4345
from sphinx.util import logging
@@ -85,9 +87,6 @@ def force_decode(string: str, encoding: str) -> str:
8587
except ImportError:
8688
from ordereddict import OrderedDict
8789

88-
__version__ = '0.2.4'
89-
90-
__author__ = "Philipp S. Sommer"
9190

9291
logger = logging.getLogger(__name__)
9392

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def readme():
1111

1212

1313
setup(name='autodocsumm',
14-
version='0.2.4',
14+
version='0.2.5',
1515
description='Extended sphinx autodoc including automatic autosummaries',
1616
long_description=readme(),
1717
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)