mirror of https://github.com/scrapy/scrapy.git
Bump version: 0.25.1 → 1.0.0rc1
This commit is contained in:
parent
29529e5e8e
commit
de6d232a02
|
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.25.1
|
||||
current_version = 1.0.0rc1
|
||||
commit = True
|
||||
tag = True
|
||||
tag_name = {new_version}
|
||||
|
|
@ -14,7 +14,7 @@ serialize =
|
|||
|
||||
[bumpversion:part:prerel]
|
||||
optional_value = gamma
|
||||
values =
|
||||
values =
|
||||
dev
|
||||
rc
|
||||
gamma
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
0.25.1
|
||||
1.0.0rc1
|
||||
|
|
|
|||
Loading…
Reference in New Issue