Skip to content

Commit

Permalink
fixed wrong uploaded package on PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
dstrigl committed Apr 1, 2020
1 parent 71d7109 commit dbe86a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

## 0.1.7 (2020-04-01)

* Fixed wrong uploaded package on PyPi.

## 0.1.6 (2020-03-31)

* Updated to `htheatpump v1.2.3`, which now includes several helper scripts (e.g. `htcomplparams`).
Expand Down
2 changes: 1 addition & 1 deletion htrest/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ def __str__(self) -> str:
return "[{}, version {}]".format(self.package, self.short())


version = Version("HtREST", 0, 1, 6)
version = Version("HtREST", 0, 1, 7)
""" Version definition of the :mod:`HtREST` module. """
# version.__name__ = "HtREST"

0 comments on commit dbe86a9

Please sign in to comment.