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

Commit

Permalink
Merge branch 'release/0.24.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
SebRut committed Nov 16, 2020
2 parents 8a36fa1 + 1de4144 commit ae0021f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: python
python:
- '3.6'
- '3.8'

env:
global:
Expand Down
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)

Expand Down Expand Up @@ -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)

Expand All @@ -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))

Expand Down Expand Up @@ -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)
Expand All @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pygrocy",
version="0.24.0",
version="0.24.1",
author="Sebastian Rutofski",
author_email="[email protected]",
description="",
Expand Down

0 comments on commit ae0021f

Please sign in to comment.