Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
Merge tag 'v0.28.0' into develop
Browse files Browse the repository at this point in the history
   v0.28.0
  • Loading branch information
SebRut committed Feb 20, 2021
2 parents 633229a + 2118661 commit 832756b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,23 @@
# Changelog

## [v0.28.0](https://github.com/SebRut/pygrocy/tree/v0.28.0) (2021-02-20)

[Full Changelog](https://github.com/SebRut/pygrocy/compare/v0.27.0...v0.28.0)

**Implemented enhancements:**

- Better error messages [\#133](https://github.com/SebRut/pygrocy/issues/133)

**Closed issues:**

- Support for Grocy 3.x api [\#145](https://github.com/SebRut/pygrocy/issues/145)

**Merged pull requests:**

- better error handling [\#153](https://github.com/SebRut/pygrocy/pull/153) ([SebRut](https://github.com/SebRut))
- add python 3.6 to tox config [\#152](https://github.com/SebRut/pygrocy/pull/152) ([SebRut](https://github.com/SebRut))
- add python 3.6 to tox config [\#151](https://github.com/SebRut/pygrocy/pull/151) ([SebRut](https://github.com/SebRut))

## [v0.27.0](https://github.com/SebRut/pygrocy/tree/v0.27.0) (2021-02-15)

[Full Changelog](https://github.com/SebRut/pygrocy/compare/v0.26.0...v0.27.0)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pygrocy",
version="0.27.0",
version="0.28.0",
author="Sebastian Rutofski",
author_email="kontakt@sebastian-rutofski.de",
description="",
Expand Down

0 comments on commit 832756b

Please sign in to comment.