File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
22# Changes
33
4+ ## Version 0.5.0
5+
6+ New Features:
7+
8+ - Integration of Coveralls into build pipeline
9+ - Add new type ` tlv8.EntryList ` to have easier access to entries in a TLV list
10+
411## Version 0.4.0
512
613New Features:
@@ -11,13 +18,13 @@ New Features:
1118
1219New Features:
1320
14- - tlv8.decode now can decode bytearray instances
21+ - ` tlv8.decode ` now can decode bytearray instances
1522
1623## Version 0.2.0
1724
1825New Features:
1926
20- - tlv8.Entry.encode now handles also bytearray instances as input for TLV Datatype bytes
27+ - ` tlv8.Entry.encode ` now handles also bytearray instances as input for TLV Datatype bytes
2128
2229
2330## Version 0.1.0
Original file line number Diff line number Diff line change 2323setuptools .setup (
2424 name = 'tlv8' ,
2525 packages = setuptools .find_packages (exclude = ['tests' ]),
26- version = '0.4 .0' ,
26+ version = '0.5 .0' ,
2727 description = 'Python module to handle type-length-value (TLV) encoded data 8-bit type, 8-bit length, and N-byte '
2828 'value as described within the Apple HomeKit Accessory Protocol Specification Non-Commercial Version '
2929 'Release R2.' ,
3030 author = 'Joachim Lusiardi' ,
3131 author_email = 'pypi@lusiardi.de' ,
3232 url = 'https://github.com/jlusiardi/tlv8_python' ,
33- download_url = 'https://github.com/jlusiardi/tlv8_python/archive/0.4 .0.tar.gz' ,
33+ download_url = 'https://github.com/jlusiardi/tlv8_python/archive/0.5 .0.tar.gz' ,
3434 keywords = ['TLV' , 'Type-Length-Value' , 'tlv8' ],
3535 classifiers = [
3636 'License :: OSI Approved :: Apache Software License' ,
You can’t perform that action at this time.
0 commit comments