Skip to content

Commit 182eeb2

Browse files
committed
bump version
1 parent 1593741 commit 182eeb2

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGES.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
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

613
New Features:
@@ -11,13 +18,13 @@ New Features:
1118

1219
New 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

1825
New 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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
setuptools.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',

0 commit comments

Comments
 (0)