From 7e9f4decf1f2825eb1610ee03f4008029279b39b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Nov 2020 13:53:48 +0100 Subject: [PATCH 1/3] Update responses requirement from ~=0.12.0 to ~=0.12.1 (#138) Updates the requirements on [responses](https://github.com/getsentry/responses) to permit the latest version. - [Release notes](https://github.com/getsentry/responses/releases) - [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES) - [Commits](https://github.com/getsentry/responses/compare/0.12.0...0.12.1) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 4056025..2c43431 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ coveralls~=2.1.2 doctr~=1.8.0 pdoc3~=0.9.1 -responses~=0.12.0 +responses~=0.12.1 tzlocal~=2.1 iso8601~=0.1.13 From 86fb8ac76eec99d56d419d35c65d53541378ecea Mon Sep 17 00:00:00 2001 From: Sebastian Rutofski Date: Mon, 16 Nov 2020 13:59:17 +0100 Subject: [PATCH 2/3] upgrade travis ci to python3.8 (#139) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 88eb27a..0b74c9d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python python: - - '3.6' + - '3.8' env: global: From 1de41446db34c16f5dca392499d65e76df80acef Mon Sep 17 00:00:00 2001 From: Sebastian Rutofski Date: Mon, 16 Nov 2020 14:01:46 +0100 Subject: [PATCH 3/3] v0.24.1 stuff Signed-off-by: Sebastian Rutofski --- CHANGELOG.md | 18 +++++++++++++++--- setup.py | 2 +- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cd739b..2640117 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v0.24.1](https://github.com/SebRut/pygrocy/tree/v0.24.1) (2020-11-16) + +[Full Changelog](https://github.com/SebRut/pygrocy/compare/v0.24.0...v0.24.1) + +**Merged pull requests:** + +- upgrade travis ci to python3.8 [\#139](https://github.com/SebRut/pygrocy/pull/139) ([SebRut](https://github.com/SebRut)) +- Update responses requirement from ~=0.12.0 to ~=0.12.1 [\#138](https://github.com/SebRut/pygrocy/pull/138) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) + ## [v0.24.0](https://github.com/SebRut/pygrocy/tree/v0.24.0) (2020-11-16) [Full Changelog](https://github.com/SebRut/pygrocy/compare/v0.23.0...v0.24.0) @@ -16,6 +25,7 @@ **Merged pull requests:** - Fix example [\#136](https://github.com/SebRut/pygrocy/pull/136) ([basxto](https://github.com/basxto)) +- split up the main file [\#135](https://github.com/SebRut/pygrocy/pull/135) ([yellalena](https://github.com/yellalena)) ## [v0.23.0](https://github.com/SebRut/pygrocy/tree/v0.23.0) (2020-09-11) @@ -44,13 +54,11 @@ **Merged pull requests:** -- split up the main file [\#135](https://github.com/SebRut/pygrocy/pull/135) ([yellalena](https://github.com/yellalena)) - check if location field exists before parsing [\#130](https://github.com/SebRut/pygrocy/pull/130) ([SebRut](https://github.com/SebRut)) - Update responses requirement from ~=0.11.0 to ~=0.12.0 [\#128](https://github.com/SebRut/pygrocy/pull/128) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) - Update pdoc3 requirement from ~=0.9.0 to ~=0.9.1 [\#126](https://github.com/SebRut/pygrocy/pull/126) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) - Update pdoc3 requirement from ~=0.8.4 to ~=0.9.0 [\#125](https://github.com/SebRut/pygrocy/pull/125) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) - Update responses requirement from ~=0.10.16 to ~=0.11.0 [\#124](https://github.com/SebRut/pygrocy/pull/124) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) -- Check for empty string in parse\_date [\#120](https://github.com/SebRut/pygrocy/pull/120) ([isabellaalstrom](https://github.com/isabellaalstrom)) ## [v0.21.0](https://github.com/SebRut/pygrocy/tree/v0.21.0) (2020-08-18) @@ -71,6 +79,7 @@ **Merged pull requests:** - init all Product fields with None by default [\#123](https://github.com/SebRut/pygrocy/pull/123) ([SebRut](https://github.com/SebRut)) +- Check for empty string in parse\_date [\#120](https://github.com/SebRut/pygrocy/pull/120) ([isabellaalstrom](https://github.com/isabellaalstrom)) - Update coveralls requirement from ~=2.1.1 to ~=2.1.2 [\#108](https://github.com/SebRut/pygrocy/pull/108) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) - Update responses requirement from ~=0.10.15 to ~=0.10.16 [\#107](https://github.com/SebRut/pygrocy/pull/107) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) @@ -111,6 +120,10 @@ - Misnaming in enum [\#112](https://github.com/SebRut/pygrocy/issues/112) +**Merged pull requests:** + +- fix issue \#112 [\#113](https://github.com/SebRut/pygrocy/pull/113) ([SebRut](https://github.com/SebRut)) + ## [v0.16.0](https://github.com/SebRut/pygrocy/tree/v0.16.0) (2020-08-13) [Full Changelog](https://github.com/SebRut/pygrocy/compare/v0.15.0...v0.16.0) @@ -121,7 +134,6 @@ **Merged pull requests:** -- fix issue \#112 [\#113](https://github.com/SebRut/pygrocy/pull/113) ([SebRut](https://github.com/SebRut)) - Bugfix/bug smashing [\#111](https://github.com/SebRut/pygrocy/pull/111) ([SebRut](https://github.com/SebRut)) - Add meal plan / recipe interfaces. \#90 [\#109](https://github.com/SebRut/pygrocy/pull/109) ([nervetattoo](https://github.com/nervetattoo)) - Update pdoc3 requirement from ~=0.8.3 to ~=0.8.4 [\#105](https://github.com/SebRut/pygrocy/pull/105) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) diff --git a/setup.py b/setup.py index edfccae..78af8f8 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pygrocy", - version="0.24.0", + version="0.24.1", author="Sebastian Rutofski", author_email="kontakt@sebastian-rutofski.de", description="",