We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent defe461 commit 6546dfcCopy full SHA for 6546dfc
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.2.0
+current_version = 2.3.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.2.0'
+__version__ = '2.3.0'
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name='scrapy-zyte-smartproxy',
9
- version='2.2.0',
+ version='2.3.0',
10
license='BSD',
11
description='Scrapy middleware for Zyte Smart Proxy Manager',
12
long_description=readme,
0 commit comments