File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.0.3] - 2020-11-11
11+
12+ ### Fixed
13+ - Fix for threading issue #39
14+
1015## [ 2.0.2] - 2020-10-29
1116
1217### Fixed
@@ -140,7 +145,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
140145- First version ready for use
141146
142147
143- [ unreleased ] : https://github.com/ev3dev-python-tools/ev3dev2simulator//compare/v2.0.2...HEAD
148+ [ unreleased ] : https://github.com/ev3dev-python-tools/ev3dev2simulator//compare/v2.0.3...HEAD
149+ [ 2.0.3 ] : https://github.com/ev3dev-python-tools/ev3dev2simulator//compare/v2.0.2...v2.0.2
144150[ 2.0.2 ] : https://github.com/ev3dev-python-tools/ev3dev2simulator//compare/v2.0.1...v2.0.2
145151[ 2.0.1 ] : https://github.com/ev3dev-python-tools/ev3dev2simulator//compare/v2.0.0...v2.0.1
146152[ 2.0.0 ] : https://github.com/ev3dev-python-tools/ev3dev2simulator//compare/v1.3.2...v2.0.0
Original file line number Diff line number Diff line change 22this file contains the version of the simulator. This is not the same as the ev3dev2 version of the robots simulated.
33"""
44
5- __version__ = '2.0.2 '
5+ __version__ = '2.0.3 '
You can’t perform that action at this time.
0 commit comments