Skip to content

Commit

Permalink
updated depedencies and increased version (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
citruz authored May 25, 2018
1 parent adabe7c commit 246144c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ Changelog
---------
Beacontools follows the `semantic versioning <https://semver.org/>`__ scheme.

* 1.2.4
* Added support for Eddystone packets with Flags Data set to 0x1a (thanks to `AndreasTornes <https://github.com/AndreasTornes>`__)
* Updated depedencies
* 1.2.3
* Fixed compatibility with construct >=2.9.41
* 1.2.2
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
setup(
name='beacontools',

version='1.2.3',
version='1.2.4',

description='A Python library for working with various types of Bluetooth LE Beacons.',
long_description=long_description,
Expand Down Expand Up @@ -65,11 +65,11 @@
'dev': ['check-manifest'],
'test': [
'coveralls==1.3.0',
'pytest==3.5.0',
'pytest==3.6.0',
'pytest-cov==2.5.1',
'mock==2.0.0',
'check-manifest==0.36',
'pylint==1.8.4',
'check-manifest==0.37',
'pylint==1.9.1',
'readme_renderer',
'docutils'
],
Expand Down

0 comments on commit 246144c

Please sign in to comment.