Skip to content

Commit d60bb02

Browse files
committed
release r0.5.51
1 parent 9982536 commit d60bb02

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

docs/source/changes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ History
44
Changes
55
~~~~~~~
66

7+
release r0.5.51
8+
~~~~~~~~~~~~~~~
9+
10+
2019-07-14
11+
----------
12+
13+
- updated version number in setup.py
14+
715
release r0.5.50
816
~~~~~~~~~~~~~~~
917

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = '0.5.50'
59+
version = '0.5.51'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '0.5.50'
61+
release = '0.5.51'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

eppy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
__author__ = """Santosh Philip"""
1717
__email__ = '[email protected]'
18-
__version__ = '0.5.50'
18+
__version__ = '0.5.51'
1919

2020

2121
from six import StringIO

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def run_tests(self):
3232

3333
setup(
3434
name='eppy',
35-
version='0.5.50',
35+
version='0.5.51',
3636
url='https://github.com/santoshphilip/eppy',
3737
license='MIT License',
3838
author='Santosh Philip',

0 commit comments

Comments
 (0)