Skip to content

Commit 59dca70

Browse files
committed
changed version infos for release
1 parent 2d20925 commit 59dca70

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
DISCOS Documentation
2-
====================
1+
DISCOS Documentation v0.5-rc
2+
============================
33
This directory contains the reStructuredText (reST) sources to the DISCOS
44
documentation. You don't need to build them yourself, prebuilt versions are
55
available [here](http://discos.readthedocs.org/).
@@ -25,4 +25,4 @@ to build the HTML output files. Available make targets are:
2525
- **epub**, which builds an EPUB document, suitable to be viewed on e-book
2626
readers.
2727

28-
<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">DISCOS documentation</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://discos.readthedocs.org/en/latest/about/people.html" property="cc:attributionName" rel="cc:attributionURL">the DISCOS team</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/">Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License</a>.
28+
<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">DISCOS documentation</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://discos.readthedocs.org/en/v0.5-rc/about/people.html" property="cc:attributionName" rel="cc:attributionURL">the DISCOS team</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/">Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License</a>.

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
copyright = '2006-%s, DISCOS Control Software Team' % time.strftime('%Y')
3232

3333
# We should get this information from somewhere in the sources
34-
version = '0.5'
34+
version = '0.5-rc'
3535
# The full version, including alpha/beta/rc tags.
36-
release = '0.5'
36+
release = '0.5-rc'
3737

3838
# If true, sectionauthor and moduleauthor directives will be shown in the
3939
# output. They are ignored by default.

index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
copyright.rst
33
license.rst
44
5-
####################
6-
DISCOS documentation
7-
####################
5+
############################
6+
DISCOS documentation v0.5-rc
7+
############################
88

99
.. toctree::
1010
:maxdepth: 1

license.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LICENSE
1111
src="https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png" /></a><br /><span
1212
xmlns:dct="http://purl.org/dc/terms/" property="dct:title">DISCOS
1313
documentation</span> by <a xmlns:cc="http://creativecommons.org/ns#"
14-
href="http://discos.readthedocs.org/en/latest/about/people.html"
14+
href="http://discos.readthedocs.org/en/v0.5-rc/about/people.html"
1515
property="cc:attributionName" rel="cc:attributionURL">the DISCOS team</a> is
1616
licensed under a <a rel="license"
1717
href="http://creativecommons.org/licenses/by-nc-nd/4.0/">Creative Commons

0 commit comments

Comments
 (0)