Skip to content

Commit 5619d95

Browse files
Bump version to 1.2
1 parent c56bc2a commit 5619d95

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cmake_minimum_required( VERSION 2.8 )
2222
set(PROJECT_NAME pyqode.python)
2323
project(${PROJECT_NAME})
2424
set(VERSION_MAJOR 1)
25-
set(VERSION_MINOR 1)
25+
set(VERSION_MINOR 2)
2626
set(VERSION_PATCH 0)
2727
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
2828
option(TARGET_PYTHON_3

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

pyqode/python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454

5555
#: pyqode-python version
56-
__version__ = "1.1"
56+
__version__ = "1.2"
5757

5858

5959
import pyqode.python.ui.pyqode_python_icons_rc

0 commit comments

Comments
 (0)