Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
m-lundberg committed Apr 11, 2021
1 parent 9025e39 commit 15a030f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [1.0.1] - 2021-04-11

### Fixed

- Added type information for public instance variables to typing stub

## [1.0.0] - 2021-03-20

### Added
Expand Down Expand Up @@ -83,7 +89,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial implementation

[Unreleased]: https://github.com/m-lundberg/simple-pid/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/m-lundberg/simple-pid/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/m-lundberg/simple-pid/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/m-lundberg/simple-pid/compare/v0.2.4...v1.0.0
[0.2.4]: https://github.com/m-lundberg/simple-pid/compare/v0.2.3...v0.2.4
[0.2.3]: https://github.com/m-lundberg/simple-pid/compare/v0.2.2...v0.2.3
Expand Down
2 changes: 1 addition & 1 deletion examples/water_boiler/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ matplotlib==3.1.0
numpy==1.16.4
pyparsing==2.4.0
python-dateutil==2.8.0
simple-pid==1.0.0
simple-pid==1.0.1
six==1.12.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='simple-pid',
version='1.0.0',
version='1.0.1',
description='A simple, easy to use PID controller',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 15a030f

Please sign in to comment.