Skip to content

Commit

Permalink
Bump version: 0.1.2 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR committed Sep 26, 2024
1 parent 8de962f commit 2a40ede
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1.2
current_version = 0.2.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changes
=======

0.2.0 (YYYY-MM-DD)
0.2.0 (2024-09-26)
==================

* Added support for newer Pydantic 1.x versions and dropped support for older
Expand Down
2 changes: 1 addition & 1 deletion scrapy_spider_metadata/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.2"
__version__ = "0.2.0"

from ._metadata import get_spider_metadata
from ._params import Args

0 comments on commit 2a40ede

Please sign in to comment.