Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jlusiardi committed Feb 18, 2020
1 parent 1593741 commit 182eeb2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@

# Changes

## Version 0.5.0

New Features:

- Integration of Coveralls into build pipeline
- Add new type `tlv8.EntryList` to have easier access to entries in a TLV list

## Version 0.4.0

New Features:
Expand All @@ -11,13 +18,13 @@ New Features:

New Features:

- tlv8.decode now can decode bytearray instances
- `tlv8.decode` now can decode bytearray instances

## Version 0.2.0

New Features:

- tlv8.Entry.encode now handles also bytearray instances as input for TLV Datatype bytes
- `tlv8.Entry.encode` now handles also bytearray instances as input for TLV Datatype bytes


## Version 0.1.0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
setuptools.setup(
name='tlv8',
packages=setuptools.find_packages(exclude=['tests']),
version='0.4.0',
version='0.5.0',
description='Python module to handle type-length-value (TLV) encoded data 8-bit type, 8-bit length, and N-byte '
'value as described within the Apple HomeKit Accessory Protocol Specification Non-Commercial Version '
'Release R2.',
author='Joachim Lusiardi',
author_email='[email protected]',
url='https://github.com/jlusiardi/tlv8_python',
download_url='https://github.com/jlusiardi/tlv8_python/archive/0.4.0.tar.gz',
download_url='https://github.com/jlusiardi/tlv8_python/archive/0.5.0.tar.gz',
keywords=['TLV', 'Type-Length-Value', 'tlv8'],
classifiers=[
'License :: OSI Approved :: Apache Software License',
Expand Down

0 comments on commit 182eeb2

Please sign in to comment.