1 Star 0 Fork 14

wangxin/scrapy-redis

forked from dickson/scrapy-redis 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.bumpversion.cfg 785 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rolando Espinoza 提交于 2016-07-03 18:06 . REL: Bump version to 0.6.3.
[bumpversion]
current_version = 0.6.3
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>\w+))?
serialize =
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}
[bumpversion:part:release]
optional_value = placeholder
values =
dev
placeholder
[bumpversion:file:VERSION]
search = {current_version}
replace = {new_version}
[bumpversion:file:src/scrapy_redis/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'
[bumpversion:file:.cookiecutterrc]
search = version: {current_version}
replace = version: {new_version}
[bumpversion:file:HISTORY.rst]
search = .. comment:: bumpversion marker
replace = .. comment:: bumpversion marker
{new_version} ({now:%Y-%m-%d})
------------------
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/wangx-cn/scrapy-redis.git
[email protected]:wangx-cn/scrapy-redis.git
wangx-cn
scrapy-redis
scrapy-redis
master

搜索帮助