瀏覽代碼

docs, README: change current release to v2015.1

Matthias Schiffer 9 年之前
父節點
當前提交
2a6d0512ac
共有 5 個文件被更改,包括 7 次插入7 次删除
  1. 1 1
      README.md
  2. 2 2
      docs/conf.py
  3. 2 2
      docs/releases/v2015.1.rst
  4. 1 1
      docs/site-example/site.conf
  5. 1 1
      docs/user/getting_started.rst

+ 1 - 1
README.md

@@ -16,7 +16,7 @@ our mailinglist to discuss it first.
 
 Please refrain from using the master branch for anything else but development purposes!
 Use the most recent release instead. You can list all relaseses by running `git branch -a`
-and switch to one by running `git checkout v2014.4;make update`.
+and switch to one by running `git checkout v2015.1 && make update`.
 
 If you're using the autoupdater, do not autoupdate nodes with anything but releases.
 If you upgrade using random master commits the nodes *will break* eventually.

+ 2 - 2
docs/conf.py

@@ -54,9 +54,9 @@ copyright = '2015, Project Gluon'
 # built documents.
 #
 # The short X.Y version.
-version = '2014.4+'
+version = '2015.1'
 # The full version, including alpha/beta/rc tags.
-release = '2014.4+'
+release = '2015.1'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.

+ 2 - 2
docs/releases/v2015.1.rst

@@ -1,5 +1,5 @@
-Gluon 2015.1 (in development)
-=============================
+Gluon 2015.1
+============
 
 Added hardware support
 ~~~~~~~~~~~~~~~~~~~~~~

+ 1 - 1
docs/site-example/site.conf

@@ -1,4 +1,4 @@
--- This is an example site configuration for Gluon v2014.4
+-- This is an example site configuration for Gluon v2015.1
 --
 -- Take a look at the documentation located at
 -- http://gluon.readthedocs.org/ for details.

+ 1 - 1
docs/user/getting_started.rst

@@ -38,7 +38,7 @@ Building the images
 -------------------
 
 To build Gluon, first check out the repository. Replace *RELEASE* with the
-version you'd like to checkout, e.g. *v2014.4*.
+version you'd like to checkout, e.g. *v2015.1*.
 
 ::