File tree 3 files changed +21
-3
lines changed
3 files changed +21
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.2.0 (2022-10-27)
2
+
3
+ ### Feat
4
+
5
+ - added examples
6
+
7
+ ### Fix
8
+
9
+ - links
10
+ - pylint too-many-locals for autogenerated properties
11
+ - adding license files
12
+ - missing licenses
13
+ - C0103 variable not conform
14
+ - unused import
15
+ - disable warning on pytest fixture
16
+ - pylint C0122
17
+ - changelog typo
18
+
1
19
## 0.1.0 (2022-10-26)
2
20
3
21
### Feat
Original file line number Diff line number Diff line change 40
40
except ImportError :
41
41
pass
42
42
43
- __version__ = "0.1 .0"
43
+ __version__ = "0.2 .0"
44
44
__repo__ = "https://github.com/gpongelli/CircuitPython_gpio_expander.git"
45
45
46
46
import adafruit_bus_device .i2c_device as i2cdevice
Original file line number Diff line number Diff line change 4
4
5
5
[tool .poetry ]
6
6
name = " circuitpython_pca95xx"
7
- version = " 0.1 .0"
7
+ version = " 0.2 .0"
8
8
homepage = " https://github.com/gpongelli/CircuitPython_gpio_expander.git"
9
9
description = " CircuitPython helper library for gpio expanders (Texas Instrument PCA95xx and TCA95xx chips)."
10
10
authors = [" Gabriele Pongelli <gabriele.pongelli@gmail.com>" ]
90
90
91
91
[tool .commitizen ]
92
92
name = " cz_conventional_commits"
93
- version = " 0.1 .0"
93
+ version = " 0.2 .0"
94
94
version_files = [
95
95
" gpio_expander.py:__version__" ,
96
96
" pyproject.toml:version"
You can’t perform that action at this time.
0 commit comments