Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
pete
/
abp
Segui
1
Vota
1
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Added bumpversion
master
Pete Shadbolt
8 anni fa
parent
afa23441f5
commit
aadcd065af
2 ha cambiato i file
con
8 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
.bumpversion.cfg
+1
-1
setup.py
+ 7
- 0
.bumpversion.cfg
Vedi File
@@ -0,0 +1,7 @@
[bumpversion]
current_version = 0.4.9
commit = True
tag = True
[bumpversion:file:setup.py]
+ 1
- 1
setup.py
Vedi 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…
Annulla
Salva