Skip to content

Commit

Permalink
Bump version to 0.9.0 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
tr4nt0r authored Sep 24, 2024
1 parent 5f5dd2d commit 7a0018a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bring_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Bring API package."""

__version__ = "0.8.1a1"
__version__ = "0.9.0"

from .bring import Bring
from .exceptions import (
Expand Down

0 comments on commit 7a0018a

Please sign in to comment.