File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ cmake_minimum_required( VERSION 2.8 )
2222set (PROJECT_NAME pyqode.python)
2323project (${PROJECT_NAME} )
2424set (VERSION_MAJOR 1)
25- set (VERSION_MINOR 1 )
25+ set (VERSION_MINOR 2 )
2626set (VERSION_PATCH 0)
2727set (VERSION ${VERSION_MAJOR} .${VERSION_MINOR} .${VERSION_PATCH} )
2828option (TARGET_PYTHON_3
Original file line number Diff line number Diff line change @@ -75,9 +75,9 @@ def __getattr__(cls, name):
7575# built documents.
7676#
7777# The short X.Y version.
78- version = '1.1 '
78+ version = '1.2 '
7979# The full version, including alpha/beta/rc tags.
80- release = '1.1 .0'
80+ release = '1.2 .0'
8181
8282# The language for content autogenerated by Sphinx. Refer to documentation
8383# for a list of supported languages.
Original file line number Diff line number Diff line change 5353
5454
5555#: pyqode-python version
56- __version__ = "1.1 "
56+ __version__ = "1.2 "
5757
5858
5959import pyqode .python .ui .pyqode_python_icons_rc
You can’t perform that action at this time.
0 commit comments