Skip to content

Commit c2374b8

Browse files
Bump version to 1.1
1 parent 75c1106 commit c2374b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.0'
78+
version = '1.1'
7979
# The full version, including alpha/beta/rc tags.
80-
release = '1.0.0'
80+
release = '1.1.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.0"
56+
__version__ = "1.1"
5757

5858

5959
import pyqode.python.ui.pyqode_python_icons_rc

0 commit comments

Comments
 (0)