From 973b88879698f0785b9beb5fda128e9bfc36ef99 Mon Sep 17 00:00:00 2001 From: Pierre Rouanet Date: Wed, 25 Apr 2018 15:33:59 +0200 Subject: [PATCH] Prepare for release 3.1 --- changelog.md | 4 ++++ pypot/_version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 68ffa4f2..96ac746c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## V 3.1 + +* Add support for connecting multiple robots to a same VREP scene. + ## V 2.11 ## Features diff --git a/pypot/_version.py b/pypot/_version.py index 9a8a1b10..7f5601d9 100644 --- a/pypot/_version.py +++ b/pypot/_version.py @@ -1 +1 @@ -__version__ = '3.0.4' +__version__ = '3.1.0'