Skip to content

Commit 839f707

Browse files
committed
gateway_code: bump to 2.11.0 and update changelog
1 parent 15eb38f commit 839f707

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
=========
33

4+
Version 2.11.0
5+
--------------
6+
7+
+ Control Nodes
8+
- Use external repository
9+
10+
+ Tests and CI
11+
- Use GitHub actions instead of Travis
12+
- Fix Python3 encoding support (autotest/integration)
13+
- Remove Python3.5 version support
14+
415
Version 2.10.0
516
--------------
617

gateway_code/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
# knowledge of the CeCILL license and that you accept its terms.
2121

2222

23-
__version__ = '2.10.0'
23+
__version__ = '2.11.0'

0 commit comments

Comments
 (0)