Explorar el Código

Bump version: 0.4.10 → 0.4.11

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

+ 1
- 1
.bumpversion.cfg Ver fichero

@@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.4.10
current_version = 0.4.11
commit = True commit = True
tag = True tag = True




+ 1
- 1
setup.py Ver fichero

@@ -6,7 +6,7 @@ STATIC = glob("abp/static/*.*")+glob("abp/static/img/*.*")+glob("abp/static/scri


setup( setup(
name = "abp", name = "abp",
version = "0.4.10",
version = "0.4.11",
packages = ["abp", "abp.static"], packages = ["abp", "abp.static"],
test_suite = "tests", test_suite = "tests",
author = "Pete Shadbolt", author = "Pete Shadbolt",


Cargando…
Cancelar
Guardar