Skip to content

Commit

Permalink
bump version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rmax committed Jul 6, 2024
1 parent 1457d4d commit 902e1f0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.0
current_version = 0.9.1
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>\w+))?
Expand Down
2 changes: 1 addition & 1 deletion .cookiecutterrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ cookiecutter:
use_pypi_deployment_with_travis: n
use_pytest: y
use_requiresio: y
version: 0.9.0
version: 0.9.1
year: 2011-2022
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ __pycache__/

# Distribution / packaging
.Python
.venv/
.venv
env/
build/
develop-eggs/
Expand Down
3 changes: 3 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ History

.. bumpversion marker
0.9.1 (2024-07-06)
------------------

0.9.0 (2024-07-06)
------------------
* Fixed ``Scheduler`` not compatible with BaseDupeFilter (#294)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0
0.9.1
2 changes: 1 addition & 1 deletion src/scrapy_redis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = "R Max Espinoza"
__email__ = "hey at rmax.dev"
__version__ = "0.9.0"
__version__ = "0.9.1"

0 comments on commit 902e1f0

Please sign in to comment.