Skip to content

Commit cd46868

Browse files
committed
updated version and changelog
1 parent 08584f4 commit cd46868

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.0.4] - 2020-11-25
11+
12+
### Added
13+
- Bluetooth example
14+
15+
### Changed
16+
- default config files
17+
1018
## [2.0.3] - 2020-11-11
1119

1220
### Fixed
@@ -145,7 +153,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
145153
- First version ready for use
146154

147155

148-
[unreleased]: https://github.com/ev3dev-python-tools/ev3dev2simulator//compare/v2.0.3...HEAD
156+
[unreleased]: https://github.com/ev3dev-python-tools/ev3dev2simulator//compare/v2.0.4...HEAD
157+
[2.0.4]: https://github.com/ev3dev-python-tools/ev3dev2simulator//compare/v2.0.3...v2.0.4
149158
[2.0.3]: https://github.com/ev3dev-python-tools/ev3dev2simulator//compare/v2.0.2...v2.0.3
150159
[2.0.2]: https://github.com/ev3dev-python-tools/ev3dev2simulator//compare/v2.0.1...v2.0.2
151160
[2.0.1]: https://github.com/ev3dev-python-tools/ev3dev2simulator//compare/v2.0.0...v2.0.1

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.3'
5+
__version__ = '2.0.4'

0 commit comments

Comments
 (0)