Skip to content

Commit

Permalink
Preparation for release v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dstrigl committed Jan 13, 2022
1 parent 560cfa4 commit 83d4be2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
History
=======

1.3.2 (2022-01-13)
------------------

* updated copyright statements
* some minor improvements in the tests
* fix: removed log of loaded definition file path (``HTHEATPUMP: load parameter definitions ...``)
to get a clean JSON output in the sample scripts (e.g. ``htquery.py``)

1.3.1 (2021-01-20)
------------------

Expand Down
2 changes: 1 addition & 1 deletion htheatpump/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__version__ = "1.3.1"
__version__ = "1.3.2"

0 comments on commit 83d4be2

Please sign in to comment.