We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c1106 commit c2374b8Copy full SHA for c2374b8
doc/source/conf.py
@@ -75,9 +75,9 @@ def __getattr__(cls, name):
75
# built documents.
76
#
77
# The short X.Y version.
78
-version = '1.0'
+version = '1.1'
79
# The full version, including alpha/beta/rc tags.
80
-release = '1.0.0'
+release = '1.1.0'
81
82
# The language for content autogenerated by Sphinx. Refer to documentation
83
# for a list of supported languages.
pyqode/python/__init__.py
@@ -53,7 +53,7 @@
53
54
55
#: pyqode-python version
56
-__version__ = "1.0"
+__version__ = "1.1"
57
58
59
import pyqode.python.ui.pyqode_python_icons_rc
0 commit comments