Skip to content

Commit 6ed4586

Browse files
committed
Add bumpversion
1 parent 95d6b99 commit 6ed4586

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.bumpversion.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[bumpversion]
2+
current_version = 0.14.1
3+
commit = True
4+
tag = True
5+
6+
[bumpversion:file:aiohttp/__init__.py]
7+

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ nose
33
coverage
44
sphinx
55
alabaster>=0.6.2
6-
6+
bumpversion

0 commit comments

Comments
 (0)