From 99cc9c23570e98c13df59e7993c8cc02f7f3e13f Mon Sep 17 00:00:00 2001 From: santoshphilip Date: Sun, 13 Oct 2019 14:54:56 -0700 Subject: [PATCH] modified: source/changes.rst --- docs/notes.txt | 12 ++++++++---- docs/source/changes.rst | 23 +++++++++++++++++++++++ 2 files changed, 31 insertions(+), 4 deletions(-) diff --git a/docs/notes.txt b/docs/notes.txt index d180059c..3fd1a412 100644 --- a/docs/notes.txt +++ b/docs/notes.txt @@ -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 ---------- diff --git a/docs/source/changes.rst b/docs/source/changes.rst index dd7b3ef3..00537d58 100644 --- a/docs/source/changes.rst +++ b/docs/source/changes.rst @@ -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 ~~~~~~~~~~~~~~~