Skip to content

Commit 7b69f07

Browse files
committed
Bump version: 0.18.0 → 0.18.1
1 parent d568da8 commit 7b69f07

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.18.0
2+
current_version = 0.18.1
33
commit = True
44
tag = True
55
tag_name = {new_version}

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
project = "scrapy-zyte-api"
55
copyright = "2023, Zyte Group Ltd"
66
author = "Zyte Group Ltd"
7-
release = "0.18.0"
7+
release = "0.18.1"
88

99
sys.path.insert(0, str(Path(__file__).parent.absolute())) # _ext
1010
extensions = [

scrapy_zyte_api/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.18.0"
1+
__version__ = "0.18.1"

0 commit comments

Comments
 (0)