Skip to content

Commit

Permalink
modified: source/changes.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
santoshphilip committed Oct 13, 2019
1 parent 5e4f47a commit 99cc9c2
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,19 @@ uploading using twine:


pre-steps
- change docs link on Readme.md - DONE
- 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
- 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

uploading using twine:
- python setup.py sdist
- twine upload dist/*

2015-01-13
----------
Expand Down
23 changes: 23 additions & 0 deletions docs/source/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@ History
Changes
~~~~~~~

release r0.5.52
~~~~~~~~~~~~~~~

2019-09-14
----------

- fixed issue #245
- Error handling errors in python 3

2019-08-17
----------

- fixed issue #254
- when running a simulation:
- Add expandobjects flag if any HVACTemplate objects are present in IDF

2019-08-03
----------

- fixed issue #251
- Run black on the whole codebase.
- Added black --check . to the Travis config for Python 3.7 on linux for master and non-master branches, to fail if formatting inconsistencies are found.

release r0.5.51
~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 99cc9c2

Please sign in to comment.