File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11##############################################
22OCA - 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
1415Documentation
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
1819All `allocate ` functions are implemented as static methods.
1920
@@ -39,5 +40,3 @@ Authors
3940-------
4041
4142See AUTHORS file
42-
43-
Original file line number Diff line number Diff line change 5050# The short X.Y version.
5151version = '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.
Original file line number Diff line number Diff line change 11# -*- coding: UTF-8 -*-
2- __version__ = '4.10.0-a1 '
2+ __version__ = '4.10.0'
33
44import os
55
You can’t perform that action at this time.
0 commit comments