Skip to content

Commit 534a9b9

Browse files
committed
updated changelog and increased version to 2.0.3
1 parent 8e90358 commit 534a9b9

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

ev3dev2simulator/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
this 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'

0 commit comments

Comments
 (0)