Skip to content

Commit

Permalink
chore: release 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and scop committed Jan 23, 2024
1 parent 1aee758 commit e67483a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.15.0"}
{".":"0.16.0"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/pytekukko/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit e67483a

Please sign in to comment.