File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 44Changes
55~~~~~~~
66
7+ release r0.5.51
8+ ~~~~~~~~~~~~~~~
9+
10+ 2019-07-14
11+ ----------
12+
13+ - updated version number in setup.py
14+
715release r0.5.50
816~~~~~~~~~~~~~~~
917
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 1515
1616__author__ = """Santosh Philip"""
1717__email__ = 'santosh@noemail.com'
18- __version__ = '0.5.50 '
18+ __version__ = '0.5.51 '
1919
2020
2121from six import StringIO
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def run_tests(self):
3232
3333setup (
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' ,
You can’t perform that action at this time.
0 commit comments