File tree Expand file tree Collapse file tree 7 files changed +15
-4
lines changed Expand file tree Collapse file tree 7 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.7.3
2+ current_version = 0.8.0
33commit = False
44tag = False
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>\w+))?
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ cookiecutter:
1515 use_pypi_deployment_with_travis: n
1616 use_pytest: y
1717 use_requiresio: y
18- version: 0.7.3
18+ version: 0.8.0
1919 year: 2011-2022
Original file line number Diff line number Diff line change 1+ # GitHub syntax highlighting
2+ pixi.lock linguist-language =YAML
3+
Original file line number Diff line number Diff line change 1+ 3.10.13
Original file line number Diff line number Diff line change 44
55.. comment :: bumpversion marker
66
7+ 0.8.0 (2024-07-03)
8+ ------------------
9+ * Fixed request fingerprint method.
10+ * Fixed support for Scrapy 2.6+.
11+ * Fixed tox tests and github workflow.
12+ * Deprecated ``REDIS_START_URLS_BATCH_SIZE ``.
13+
7140.7.3 (2022-07-21)
815------------------
916* Move docs to GitHub Wiki
Original file line number Diff line number Diff line change 1- 0.7.3
1+ 0.8.0
Original file line number Diff line number Diff line change 77
88__author__ = 'Rolando Espinoza'
99__email__ = 'rolando at rmax.io'
10- __version__ = '0.7.3 '
10+ __version__ = '0.8.0 '
You can’t perform that action at this time.
0 commit comments