This website works better with JavaScript.
Home
Explore
Help
Sign In
pete
/
abp
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Added bumpversion
master
Pete Shadbolt
8 years ago
parent
afa23441f5
commit
aadcd065af
2 changed files
with
8 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
.bumpversion.cfg
+1
-1
setup.py
+ 7
- 0
.bumpversion.cfg
View File
@@ -0,0 +1,7 @@
[bumpversion]
current_version = 0.4.9
commit = True
tag = True
[bumpversion:file:setup.py]
+ 1
- 1
setup.py
View File
@@ -6,7 +6,7 @@ STATIC = glob("abp/static/*.*")+glob("abp/static/img/*.*")+glob("abp/static/scri
setup(
name = "abp",
version = "0.
6.0
",
version = "0.
4.9
",
packages = ["abp", "abp.static"],
test_suite = "tests",
author = "Pete Shadbolt",
Write
Preview
Loading…
Cancel
Save