Commit 15a030f 1 parent 9025e39 commit 15a030f Copy full SHA for 15a030f
File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
+ ## [ 1.0.1] - 2021-04-11
11
+
12
+ ### Fixed
13
+
14
+ - Added type information for public instance variables to typing stub
15
+
10
16
## [ 1.0.0] - 2021-03-20
11
17
12
18
### Added
@@ -83,7 +89,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
83
89
84
90
- Initial implementation
85
91
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
87
94
[ 1.0.0 ] : https://github.com/m-lundberg/simple-pid/compare/v0.2.4...v1.0.0
88
95
[ 0.2.4 ] : https://github.com/m-lundberg/simple-pid/compare/v0.2.3...v0.2.4
89
96
[ 0.2.3 ] : https://github.com/m-lundberg/simple-pid/compare/v0.2.2...v0.2.3
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ matplotlib==3.1.0
4
4
numpy == 1.16.4
5
5
pyparsing == 2.4.0
6
6
python-dateutil == 2.8.0
7
- simple-pid == 1.0.0
7
+ simple-pid == 1.0.1
8
8
six == 1.12.0
Original file line number Diff line number Diff line change 11
11
12
12
setup (
13
13
name = 'simple-pid' ,
14
- version = '1.0.0 ' ,
14
+ version = '1.0.1 ' ,
15
15
description = 'A simple, easy to use PID controller' ,
16
16
long_description = long_description ,
17
17
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments