Skip to content

Commit

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

## Unreleased
## 3.19.1 (2023/09/29)

* Remove `get_products_stock_available` and `get_products_variations_stock_available`,
since BigBuy removed the endpoints on September 28, 2023
because BigBuy removed the endpoints on September 28, 2023

## 3.19.0 (2023/09/11)

Expand Down
4 changes: 2 additions & 2 deletions bigbuy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
Bigbuy is a library for Python that wraps the BigBuy API.
"""

__author__ = 'Bixoto <info@bixoto.com>'
__version__ = '3.19.0'
__author__ = 'Bixoto <tech@bixoto.com>'
__version__ = '3.19.1'

from .api import BigBuy
from .exceptions import (
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tool.poetry]
name = "pybigbuy"
version = "3.19.0"
version = "3.19.1"
description = "BigBuy API client in Python"
authors = ["Bixoto <info@bixoto.com>"]
authors = ["Bixoto <tech@bixoto.com>"]
license = "MIT"
include = ["bigbuy/py.typed"]
readme = "README.md"
Expand Down

0 comments on commit dce67b4

Please sign in to comment.