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
Bump version: 0.4.15 → 0.4.16
master
Pete Shadbolt
8 years ago
parent
e650eae068
commit
f0b4da3183
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.bumpversion.cfg
+1
-1
setup.py
+ 1
- 1
.bumpversion.cfg
View File
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.1
5
current_version = 0.4.1
6
commit = True
tag = True
+ 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.4.1
5
",
version = "0.4.1
6
",
packages = ["abp", "abp.static"],
test_suite = "tests",
author = "Pete Shadbolt",
Write
Preview
Loading…
Cancel
Save