Skip to content

Commit

Permalink
release 3.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bfontaine committed Oct 23, 2023
1 parent eb16e26 commit 4c199ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Note: the BigBuy API is not versioned and some endpoints are often added or removed without notice.
The removal of methods that call deleted endpoints is not considered a breaking change.

## Unreleased
## 3.19.3 (2023/10/23)

* Add official support for Python 3.12.0
* Use `BBTimeoutError` for more timeout errors instead of `BBResponseError`
Expand Down
2 changes: 1 addition & 1 deletion bigbuy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""

__author__ = 'Bixoto <tech@bixoto.com>'
__version__ = '3.19.2'
__version__ = '3.19.3'

from .api import BigBuy
from .exceptions import (
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pybigbuy"
version = "3.19.2"
version = "3.19.3"
description = "BigBuy API client in Python"
authors = ["Bixoto <tech@bixoto.com>"]
license = "MIT"
Expand Down

0 comments on commit 4c199ca

Please sign in to comment.