Skip to content

Commit 2bd32e9

Browse files
committed
Bump version number.
1 parent fd33d29 commit 2bd32e9

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

docs/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Changelog
44
3.0
55
...
66

7+
*In development*
8+
9+
2.7
10+
...
11+
712
* Added compatibility with Python 3.5.
813

914
* Refreshed documentation.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '2.6'
51+
version = '2.7'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '2.6'
53+
release = '2.7'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

websockets/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '2.6'
1+
version = '2.7'

0 commit comments

Comments
 (0)