Skip to content

Commit

Permalink
Bump version: 0.13.1 → 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR committed Aug 3, 2023
1 parent 99d7643 commit 1095f57
Show file tree
Hide file tree
Showing 4 changed files with 4 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.13.1
current_version = 0.14.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog
=========

0.14.0 (YYYY-MM-DD)
0.14.0 (2023-08-03)
-------------------

* Dropped Python 3.7 support.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# The short X.Y version
version = ""
# The full version, including alpha/beta/rc tags
release = "0.13.1"
release = "0.14.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="web-poet",
version="0.13.1",
version="0.14.0",
description="Zyte's Page Object pattern for web scraping",
long_description=long_description,
long_description_content_type="text/x-rst",
Expand Down

0 comments on commit 1095f57

Please sign in to comment.