Skip to content

Commit 15a030f

Browse files
committed
v1.0.1
1 parent 9025e39 commit 15a030f

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [1.0.1] - 2021-04-11
11+
12+
### Fixed
13+
14+
- Added type information for public instance variables to typing stub
15+
1016
## [1.0.0] - 2021-03-20
1117

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

8490
- Initial implementation
8591

86-
[Unreleased]: https://github.com/m-lundberg/simple-pid/compare/v1.0.0...HEAD
92+
[Unreleased]: https://github.com/m-lundberg/simple-pid/compare/v1.0.1...HEAD
93+
[1.0.1]: https://github.com/m-lundberg/simple-pid/compare/v1.0.0...v1.0.1
8794
[1.0.0]: https://github.com/m-lundberg/simple-pid/compare/v0.2.4...v1.0.0
8895
[0.2.4]: https://github.com/m-lundberg/simple-pid/compare/v0.2.3...v0.2.4
8996
[0.2.3]: https://github.com/m-lundberg/simple-pid/compare/v0.2.2...v0.2.3

examples/water_boiler/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ matplotlib==3.1.0
44
numpy==1.16.4
55
pyparsing==2.4.0
66
python-dateutil==2.8.0
7-
simple-pid==1.0.0
7+
simple-pid==1.0.1
88
six==1.12.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name='simple-pid',
14-
version='1.0.0',
14+
version='1.0.1',
1515
description='A simple, easy to use PID controller',
1616
long_description=long_description,
1717
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)