Explorar el Código

Added bumpversion

master
Pete Shadbolt hace 7 años
padre
commit
aadcd065af
Se han modificado 2 ficheros con 8 adiciones y 1 borrados
  1. +7
    -0
      .bumpversion.cfg
  2. +1
    -1
      setup.py

+ 7
- 0
.bumpversion.cfg Ver fichero

@@ -0,0 +1,7 @@
[bumpversion]
current_version = 0.4.9
commit = True
tag = True

[bumpversion:file:setup.py]


+ 1
- 1
setup.py Ver fichero

@@ -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",


Cargando…
Cancelar
Guardar