diff --git a/.bumpversion.cfg b/.bumpversion.cfg index cc625d3..885d24d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.0 +current_version = 1.3.1 commit = True tag = True diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 2b61543..df5452f 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -7,7 +7,7 @@ Release notes .. _release-1.3.1: -itemloaders 1.3.1 (YYYY-MM-DD) +itemloaders 1.3.1 (2024-06-03) ------------------------------ - Fixed an error when using nested loaders with empty matches that was diff --git a/setup.py b/setup.py index 901712a..e9f896c 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="itemloaders", - version="1.3.0", + version="1.3.1", url="https://github.com/scrapy/itemloaders", project_urls={ "Documentation": "https://itemloaders.readthedocs.io/",