From 2d1c709062ec7bd132a7421429d7bcbf5dca20e4 Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Thu, 25 Apr 2013 11:34:05 +0200 Subject: [PATCH] Publish version 1.14.1 --- manage.sh | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manage.sh b/manage.sh index 519621aa..5a96cce5 100755 --- a/manage.sh +++ b/manage.sh @@ -6,7 +6,7 @@ function publish { test bump readme - doc + # doc push } diff --git a/setup.py b/setup.py index 1d285ecd..ee06418b 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ import subprocess import shutil import os.path -version = "1.14.0" +version = "1.14.1" if __name__ == "__main__":