Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
pete
/
abp
Seguir
1
Destacar
1
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Bump version: 0.6.0 → 0.6.1
master
Pete Shadbolt
hace 8 años
padre
51e128b870
commit
e7da39ff3f
Se han
modificado 2 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
.bumpversion.cfg
+1
-1
setup.py
+ 1
- 1
.bumpversion.cfg
Ver fichero
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.
0
current_version = 0.6.
1
commit = 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(
name = "abp",
version = "0.6.
0
",
version = "0.6.
1
",
packages = ["abp", "abp.static"],
test_suite = "tests",
author = "Pete Shadbolt",
Escribir
Vista previa
Cargando…
Cancelar
Guardar