update release to 4.7

Signed-off-by: Sebastien Goasguen <runseb@gmail.com>

This closes #26
diff --git a/source/building_from_source.rst b/source/building_from_source.rst
index 347bc76..c5ae61a 100644
--- a/source/building_from_source.rst
+++ b/source/building_from_source.rst
@@ -29,7 +29,7 @@
 CloudStack.
 
 The instructions here are likely version-specific. That is, the method
-for building from source for the 4.6.x series is different from the
+for building from source for the 4.7.x series is different from the
 4.2.x series.
 
 If you are working with a unreleased version of CloudStack, see the
@@ -92,7 +92,7 @@
 
 .. sourcecode:: bash
 
-   $ gpg --verify apache-cloudstack-4.6.0-src.tar.bz2.asc
+   $ gpg --verify apache-cloudstack-4.7.0-src.tar.bz2.asc
 
 If the signature is valid you will see a line of output that contains
 'Good signature'.
@@ -107,7 +107,7 @@
 
 .. sourcecode:: bash
 
-   $ gpg --print-md MD5 apache-cloudstack-4.6.0-src.tar.bz2 | diff - apache-cloudstack-4.6.0-src.tar.bz2.md5
+   $ gpg --print-md MD5 apache-cloudstack-4.7.0-src.tar.bz2 | diff - apache-cloudstack-4.7.0-src.tar.bz2.md5
 
 If this successfully completes you should see no output. If there is any
 output from them, then there is a difference between the hash you
@@ -123,7 +123,7 @@
 
 .. sourcecode:: bash
 
-   $ gpg --print-md SHA512 apache-cloudstack-4.6.0-src.tar.bz2 | diff - apache-cloudstack-4.6.0-src.tar.bz2.sha
+   $ gpg --print-md SHA512 apache-cloudstack-4.7.0-src.tar.bz2 | diff - apache-cloudstack-4.7.0-src.tar.bz2.sha
 
 If this command successfully completes you should see no output. If
 there is any output from them, then there is a difference between the
@@ -165,13 +165,13 @@
 
 .. sourcecode:: bash
 
-   $ tar -jxvf apache-cloudstack-4.6.0-src.tar.bz2
+   $ tar -jxvf apache-cloudstack-4.7.0-src.tar.bz2
 
 You can now move into the directory:
 
 .. sourcecode:: bash
 
-   $ cd ./apache-cloudstack-4.6.0-src
+   $ cd ./apache-cloudstack-4.7.0-src
 
 
 Building DEB packages
@@ -210,13 +210,13 @@
 
 .. sourcecode:: bash
 
-   cloudstack-common-4.6.0.amd64.deb
-   cloudstack-management-4.6.0.amd64.deb
-   cloudstack-agent-4.6.0.amd64.deb
-   cloudstack-usage-4.6.0.amd64.deb
-   cloudstack-awsapi-4.6.0.amd64.deb
-   cloudstack-cli-4.6.0.amd64.deb
-   cloudstack-docs-4.6.0.amd64.deb
+   cloudstack-common-4.7.0.amd64.deb
+   cloudstack-management-4.7.0.amd64.deb
+   cloudstack-agent-4.7.0.amd64.deb
+   cloudstack-usage-4.7.0.amd64.deb
+   cloudstack-awsapi-4.7.0.amd64.deb
+   cloudstack-cli-4.7.0.amd64.deb
+   cloudstack-docs-4.7.0.amd64.deb
 
 
 Setting up an APT repo
@@ -364,13 +364,13 @@
 
 .. sourcecode:: bash
 
-   cloudstack-agent-4.6.0.el6.x86_64.rpm
-   cloudstack-awsapi-4.6.0.el6.x86_64.rpm
-   cloudstack-cli-4.6.0.el6.x86_64.rpm
-   cloudstack-common-4.6.0.el6.x86_64.rpm
-   cloudstack-docs-4.6.0.el6.x86_64.rpm
-   cloudstack-management-4.6.0.el6.x86_64.rpm
-   cloudstack-usage-4.6.0.el6.x86_64.rpm
+   cloudstack-agent-4.7.0.el6.x86_64.rpm
+   cloudstack-awsapi-4.7.0.el6.x86_64.rpm
+   cloudstack-cli-4.7.0.el6.x86_64.rpm
+   cloudstack-common-4.7.0.el6.x86_64.rpm
+   cloudstack-docs-4.7.0.el6.x86_64.rpm
+   cloudstack-management-4.7.0.el6.x86_64.rpm
+   cloudstack-usage-4.7.0.el6.x86_64.rpm
 
 
 Creating a yum repo
diff --git a/source/conf.py b/source/conf.py
index 44450c3..1ec2b06 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -61,9 +61,9 @@
 # built documents.
 #
 # The short X.Y version.
-version = '4.6'
+version = '4.7'
 # The full version, including alpha/beta/rc tags.
-release = '4.6.0'
+release = '4.7.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/source/management-server/_pkg_repo.rst b/source/management-server/_pkg_repo.rst
index ac3cfd5..2138092 100644
--- a/source/management-server/_pkg_repo.rst
+++ b/source/management-server/_pkg_repo.rst
@@ -53,7 +53,7 @@
 
    [cloudstack]
    name=cloudstack
-   baseurl=http://cloudstack.apt-get.eu/centos/6/4.6/
+   baseurl=http://cloudstack.apt-get.eu/centos/6/4.7/
    enabled=1
    gpgcheck=0
 
@@ -73,7 +73,7 @@
 
 .. sourcecode:: bash
 
-   deb http://cloudstack.apt-get.eu/ubuntu precise 4.6
+   deb http://cloudstack.apt-get.eu/ubuntu precise 4.7
 
 We now have to add the public key to the trusted keys.
 
diff --git a/source/qig.rst b/source/qig.rst
index 80af0a3..3085c6f 100644
--- a/source/qig.rst
+++ b/source/qig.rst
@@ -256,7 +256,7 @@
 
    [cloudstack]
    name=cloudstack
-   baseurl=http://cloudstack.apt-get.eu/centos/6/4.6/
+   baseurl=http://cloudstack.apt-get.eu/centos/6/4.7/
    enabled=1
    gpgcheck=0