From c3064c2fa74e623bf14448d82cc07ca2da8e183d Mon Sep 17 00:00:00 2001 From: R Max Espinoza Date: Sat, 6 Jul 2024 23:45:18 +0200 Subject: [PATCH] bump version to 0.9.1 --- .bumpversion.cfg | 2 +- .cookiecutterrc | 2 +- .gitignore | 2 +- HISTORY.rst | 4 ++++ VERSION | 2 +- src/scrapy_redis/__init__.py | 2 +- 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e17750cd..1a8b835d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.0 +current_version = 0.9.1 commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P\w+))? diff --git a/.cookiecutterrc b/.cookiecutterrc index 9b65e699..4577ab8e 100644 --- a/.cookiecutterrc +++ b/.cookiecutterrc @@ -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 diff --git a/.gitignore b/.gitignore index 7d677eb4..a522be5e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ __pycache__/ # Distribution / packaging .Python -.venv/ +.venv env/ build/ develop-eggs/ diff --git a/HISTORY.rst b/HISTORY.rst index 06549d30..36227d42 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,10 @@ History .. bumpversion marker +0.9.1 (2024-07-06) +------------------ +* Fixed docs build. + 0.9.0 (2024-07-06) ------------------ * Fixed ``Scheduler`` not compatible with BaseDupeFilter (#294) diff --git a/VERSION b/VERSION index ac39a106..f374f666 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.0 +0.9.1 diff --git a/src/scrapy_redis/__init__.py b/src/scrapy_redis/__init__.py index 7334f770..fe9c7369 100644 --- a/src/scrapy_redis/__init__.py +++ b/src/scrapy_redis/__init__.py @@ -2,4 +2,4 @@ __author__ = "R Max Espinoza" __email__ = "hey at rmax.dev" -__version__ = "0.9.0" +__version__ = "0.9.1"