Skip to content

Commit

Permalink
for release r0.5.52
Browse files Browse the repository at this point in the history
  • Loading branch information
santoshphilip committed Oct 13, 2019
1 parent 99cc9c2 commit 50c4c63
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
13 changes: 8 additions & 5 deletions docs/notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,21 @@ uploading using twine:


pre-steps
- see 2015-01-13 for how to do documentation updates
- make changes to changes.rst
- change version in
- eppy/__init__.py
- docs/source.conf.py
- setup.py
- update git tag
- push to github
- git tag r0.5.46
- git push origin r0.5.46
# - push to github
- git tag r0.5.52
- git push origin r0.5.52
- make a release on github with a new tag = release number
- copy and paste from changes.rst (translate to markdown)
- see 2015-01-13 for how to do documentation updates
- make changes to changes.rst
- to remove a tag is you made a mistake
- git push --delete origin r0.5.52
- git tag -d r0.5.52


2015-01-13
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
# built documents.
#
# The short X.Y version.
version = "0.5.51"
version = "0.5.52"
# The full version, including alpha/beta/rc tags.
release = "0.5.51"
release = "0.5.52"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion eppy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

__author__ = """Santosh Philip"""
__email__ = "[email protected]"
__version__ = "0.5.51"
__version__ = "0.5.52"


from six import StringIO
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def run_tests(self):

setup(
name="eppy",
version="0.5.51",
version="0.5.52",
url="https://github.com/santoshphilip/eppy",
license="MIT License",
author="Santosh Philip",
Expand Down

0 comments on commit 50c4c63

Please sign in to comment.