Skip to content

Commit

Permalink
Preparation for release v0.1.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
dstrigl committed Feb 27, 2022
1 parent 8c3b89f commit 6be8c3a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# History

## 0.1.11 (2022-02-27)

* Bumped `htheatpump` from `1.3.1` to `1.3.2`.
* Bumped `Flask` from `1.1.2` to `2.0.3`.
* Bumped `flask-restx` from `0.2.0` to `0.5.1`.
* Bumped `flake8` from `3.8.4` to `4.0.1`.
* Bumped `tox` from `3.21.3` to `3.24.5`.
* Bumped `mypy` from `0.800` to `0.931`.
* Bumped `coverage` from `5.4` to `6.3.2`.
* Bumped `pytest` from `6.2.2` to `7.0.1`.
* Bumped `pytest-mypy` from `0.8.0` to `0.9.1`.
* Bumped `pytest-cov` from `2.11.1` to `3.0.0`.

## 0.1.10 (2021-01-30)

* Updated README.
Expand Down
2 changes: 1 addition & 1 deletion htrest/__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__ = "0.1.10"
__version__ = "0.1.11"

0 comments on commit 6be8c3a

Please sign in to comment.