Publish version 1.12.0

This commit is contained in:
Vincent Jacques
2013-02-20 19:15:15 +01:00
parent 8adf9765fd
commit c855303117
4 changed files with 3 additions and 18 deletions
View File
-15
View File
@@ -1,15 +0,0 @@
#!/bin/sh
# -*- coding: utf-8 -*-
rm -rf doc/build
mkdir doc/build
cd doc/build
git init
sphinx-build -b html -d doctrees .. .
touch .nojekyll
echo "/doctrees/" > .gitignore
git add .
git commit --message "Automatic generation" || echo
git push -f ../.. HEAD:gh-pages
+2 -2
View File
@@ -17,9 +17,9 @@ git add ReadMe.rst doc/changes.rst
git commit -m "Publish version $version"
cp -r doc COPYING* github
cp COPYING* github
python setup.py sdist upload
rm -rf github/*.md github/doc github/COPYING*
rm -rf github/COPYING*
echo "Break (Ctrl+c) here if something is wrong. Else, press enter"
read foobar
+1 -1
View File
@@ -20,7 +20,7 @@ import subprocess
import shutil
import os.path
version = "1.11.1"
version = "1.12.0"
def execute(*args):