increment version
authorymh <ymh.work@gmail.com>
Fri, 12 Dec 2014 10:43:15 +0100
changeset 401 08d30e121c86
parent 400 9b290d5c11d8
child 402 4b3a444be84a
increment version
sbin/sync/sync_hdabo
src/hdalab/__init__.py
--- a/sbin/sync/sync_hdabo	Thu Dec 11 17:34:22 2014 +0100
+++ b/sbin/sync/sync_hdabo	Fri Dec 12 10:43:15 2014 +0100
@@ -9,7 +9,7 @@
 #text2unix ~/tmp/hdabo_V$1
 
 if [ -d ~/tmp/hdabo_V$1 ]; then
-    cat <<EOT | rsync -Cvrlz --delete --filter=". -" ~/tmp/hdabo_V$1/web/ iri@web.iri.centrepompidou.fr:/iridata/www/exp/hdabo/
+    cat <<EOT | rsync -Cvrlz --delete --filter=". -" ~/tmp/hdabo_V$1/src/ iri@web.iri.centrepompidou.fr:/iridata/www/exp/hdabo/
 + core
 - hdalab/***
 P .htpasswd
--- a/src/hdalab/__init__.py	Thu Dec 11 17:34:22 2014 +0100
+++ b/src/hdalab/__init__.py	Fri Dec 12 10:43:15 2014 +0100
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-VERSION = (3, 0, 0, "alpha", 5)
+VERSION = (3, 0, 0, "alpha", 6)
 
 
 def get_version():