From 7a0018a7ddbaa836d8a7b8505d46e3ba81f658a2 Mon Sep 17 00:00:00 2001 From: Manu Date: Tue, 24 Sep 2024 16:15:02 +0200 Subject: [PATCH] Bump version to 0.9.0 (#89) --- CHANGELOG.md | 5 +++++ bring_api/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 257cf01..5d43192 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 0.9.0 + +* Add type hints for item attributes (purchase conditions) +* Minor code quality improvements, fix typos and upgrade type annotations + ## 0.8.1 * Reload locales after setting list language to ensure all required article translations are available diff --git a/bring_api/__init__.py b/bring_api/__init__.py index e136bb1..2059d28 100644 --- a/bring_api/__init__.py +++ b/bring_api/__init__.py @@ -1,6 +1,6 @@ """Bring API package.""" -__version__ = "0.8.1a1" +__version__ = "0.9.0" from .bring import Bring from .exceptions import (