Skip to content

Commit 4f6579e

Browse files
committed
Set release version 4.10.0
1 parent 8d8779e commit 4f6579e

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

README.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
##############################################
22
OCA - OpenNebula Cloud Api
33
##############################################
4-
:Version: 4.10.0-a1
5-
:status:
4+
5+
:Version: 4.10.0
6+
:TravisCI Status:
67
.. image:: https://travis-ci.org/python-oca/python-oca.svg
78
:target: https://travis-ci.org/python-oca/python-oca
89

@@ -13,7 +14,7 @@ Bindings for XMLRPC OpenNebula Cloud API
1314

1415
Documentation
1516
-------------
16-
see http://python-oca.github.io/python-oca/index.html and http://docs.opennebula.org/4.10/integration/system_interfaces/api.html
17+
See http://python-oca.github.io/python-oca/index.html and http://docs.opennebula.org/4.10/integration/system_interfaces/api.html
1718

1819
All `allocate` functions are implemented as static methods.
1920

@@ -39,5 +40,3 @@ Authors
3940
-------
4041

4142
See AUTHORS file
42-
43-

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = '4.10.0'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '4.10.0-a1'
53+
release = '4.10.0'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: UTF-8 -*-
2-
__version__ = '4.10.0-a1'
2+
__version__ = '4.10.0'
33

44
import os
55

0 commit comments

Comments
 (0)