Skip to content

Commit 2d5a125

Browse files
committed
v0.2.2
1 parent 9574911 commit 2d5a125

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.2.2] - 2019-07-04
99

1010
### Changed
1111

@@ -47,7 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4747

4848
- Initial implementation
4949

50-
[Unreleased]: https://github.com/m-lundberg/simple-pid/compare/v0.2.1...HEAD
50+
[Unreleased]: https://github.com/m-lundberg/simple-pid/compare/v0.2.2...HEAD
51+
[0.2.2]: https://github.com/m-lundberg/simple-pid/compare/v0.2.1...v0.2.2
5152
[0.2.1]: https://github.com/m-lundberg/simple-pid/compare/v0.2.0...v0.2.1
5253
[0.2.0]: https://github.com/m-lundberg/simple-pid/compare/v0.1.5...v0.2.0
5354
[0.1.5]: https://github.com/m-lundberg/simple-pid/compare/v0.1.4...v0.1.5

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='simple-pid',
15-
version='0.2.1',
15+
version='0.2.2',
1616
description='A simple, easy to use PID controller',
1717
long_description=long_description,
1818
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)