From e67483a4a842626c0cb23548fbfadb87a2e50c00 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 20:39:59 +0000 Subject: [PATCH] chore: release 0.16.0 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- src/pytekukko/__init__.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 2e64588..f552150 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"0.15.0"} +{".":"0.16.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index b8e7e27..f6b26d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.16.0](https://github.com/scop/pytekukko/compare/v0.15.0...v0.16.0) (2024-01-23) + + +### Features + +* **examples:** more -collection-schedules icalendar metadata ([1aee758](https://github.com/scop/pytekukko/commit/1aee758181a4dd1d5e469ef0c9a782d63547fdce)) + ## [0.15.0](https://github.com/scop/pytekukko/compare/v0.14.0...v0.15.0) (2024-01-22) diff --git a/pyproject.toml b/pyproject.toml index b6f547b..0f2ef48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pytekukko" -version = "0.15.0" +version = "0.16.0" description = "Jätekukko Omakukko API client" readme = "README.md" requires-python = ">=3.10" diff --git a/src/pytekukko/__init__.py b/src/pytekukko/__init__.py index a31b7a5..6f9b898 100644 --- a/src/pytekukko/__init__.py +++ b/src/pytekukko/__init__.py @@ -13,7 +13,7 @@ from .exceptions import UnexpectedResponseStructureError from .models import CustomerData, InvoiceHeader, Service -__version__ = "0.15.0" +__version__ = "0.16.0" DEFAULT_BASE_URL = "https://tilasto.jatekukko.fi/jatekukko/" SERVICE_TIMEZONE = ZoneInfo("Europe/Helsinki")