Przeglądaj źródła

Bump version: 0.4.11 → 0.4.12

master
Pete Shadbolt 9 lat temu
rodzic
commit
43a686c1c1
2 zmienionych plików z 2 dodań i 2 usunięć
  1. +1
    -1
      .bumpversion.cfg
  2. +1
    -1
      setup.py

+ 1
- 1
.bumpversion.cfg Wyświetl plik

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




+ 1
- 1
setup.py Wyświetl plik

@@ -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.11",
version = "0.4.12",
packages = ["abp", "abp.static"], packages = ["abp", "abp.static"],
test_suite = "tests", test_suite = "tests",
author = "Pete Shadbolt", author = "Pete Shadbolt",


Ładowanie…
Anuluj
Zapisz