We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81108d9 commit d84ec72Copy full SHA for d84ec72
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.3.5
+current_version = 2.4.0
3
commit = True
4
tag = True
5
tag_name = v{new_version}
scrapy_zyte_smartproxy/__init__.py
@@ -1,4 +1,4 @@
from .middleware import ZyteSmartProxyMiddleware
-__version__ = "2.3.5"
+__version__ = "2.4.0"
__all__ = ["ZyteSmartProxyMiddleware"]
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name="scrapy-zyte-smartproxy",
9
- version="2.3.5",
+ version="2.4.0",
10
license="BSD",
11
description="Scrapy middleware for Zyte Smart Proxy Manager",
12
long_description=readme,
0 commit comments