Skip to content

Commit

Permalink
Bump version: 0.4.7 → 0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnzZ committed Nov 2, 2023
1 parent 550c451 commit 09d1366
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.7
current_version = 0.4.8
commit = True
tag = True
tag_name = {new_version}
Expand Down
8 changes: 7 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
Changes
=======

0.4.8 (YYYY-MM-DD)
------------------

* Include the Zyte API request ID value in a new ``.request_id`` attribute
in :class:`zyte_api.aio.errors.RequestError`.

0.4.7 (2023-09-26)
----------------------
------------------

* ``AsyncClient`` now lets you set a custom user agent to send to Zyte API.

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# The short X.Y version
version = u''
# The full version, including alpha/beta/rc tags
release = u'0.4.7'
release = u'0.4.8'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion zyte_api/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.4.7'
__version__ = '0.4.8'

0 comments on commit 09d1366

Please sign in to comment.