Skip to content

Commit 1c889c8

Browse files
committed
getting ready for release r0.5.49
1 parent 55410ff commit 1c889c8

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

docs/source/changes.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,27 @@
11
Changes
22
=======
33

4+
release r0.5.49
5+
~~~~~~~~~~~~~~~
6+
7+
2019-05-23
8+
----------
9+
10+
- idf = eppy.openidf(fname) will set idd and open the file
11+
- issue # 231
12+
- idf = eppy.newidf(version="8.5") will open a blank idf file
13+
- issue # 231
14+
415
2018-11-22
516
----------
617

18+
19+
- fanpower.bhp2pascal(bhp, cfm, fan_tot_eff)
20+
- issue # 228
21+
- fanpower.watts2pascal(watts, cfm, fan_tot_eff)
22+
- issue # 228
23+
- updated useful_scripts/idfdiff.py to make the IDD file optional
24+
- issue # 225
725
- idf.copyidfobject() returns the copied object
826
- issue # 223
927
- easyopen.easyopen gives more explicit error message when idd file is not found

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.47'
59+
version = '0.5.49'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '0.5.47'
61+
release = '0.5.49'
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.48'
18+
__version__ = '0.5.49'
1919

2020

2121
from six import StringIO

0 commit comments

Comments
 (0)