File tree Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Expand file tree Collapse file tree 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+
119## 0.1.0 (2022-10-26)
220
321### Feat
Original file line number Diff line number Diff line change 4040except ImportError :
4141 pass
4242
43- __version__ = "0.1 .0"
43+ __version__ = "0.2 .0"
4444__repo__ = "https://github.com/gpongelli/CircuitPython_gpio_expander.git"
4545
4646import adafruit_bus_device .i2c_device as i2cdevice
Original file line number Diff line number Diff line change 44
55[tool .poetry ]
66 name = " circuitpython_pca95xx"
7- version = " 0.1 .0"
7+ version = " 0.2 .0"
88 homepage = " https://github.com/gpongelli/CircuitPython_gpio_expander.git"
99 description = " CircuitPython helper library for gpio expanders (Texas Instrument PCA95xx and TCA95xx chips)."
1010 authors = [" Gabriele Pongelli <gabriele.pongelli@gmail.com>" ]
9090
9191[tool .commitizen ]
9292 name = " cz_conventional_commits"
93- version = " 0.1 .0"
93+ version = " 0.2 .0"
9494 version_files = [
9595 " gpio_expander.py:__version__" ,
9696 " pyproject.toml:version"
You can’t perform that action at this time.
0 commit comments