File tree 7 files changed +15
-4
lines changed
7 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.7.3
2
+ current_version = 0.8.0
3
3
commit = False
4
4
tag = False
5
5
parse = (?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:
15
15
use_pypi_deployment_with_travis: n
16
16
use_pytest: y
17
17
use_requiresio: y
18
- version: 0.7.3
18
+ version: 0.8.0
19
19
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 4
4
5
5
.. comment :: bumpversion marker
6
6
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
+
7
14
0.7.3 (2022-07-21)
8
15
------------------
9
16
* 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 7
7
8
8
__author__ = 'Rolando Espinoza'
9
9
__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