Skip to content

Commit

Permalink
Prep for version 1.1.1 with entry points removed for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jan 16, 2018
1 parent 5f531a3 commit 974ad9f
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 7 deletions.
5 changes: 5 additions & 0 deletions library/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.1.1
-----

* Bugfix: Removed Flask HTTP API entry_point to prevent bin file conflict between Python 2 and 3

1.1.0
-----

Expand Down
2 changes: 1 addition & 1 deletion library/scrollphathd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from .api.http import start_background_thread, scrollphathd_blueprint
from . import is31fl3731

__version__ = '1.1.0'
__version__ = '1.1.1'

display = is31fl3731.ScrollPhatHD(None, gamma_table=is31fl3731.LED_GAMMA)

Expand Down
7 changes: 1 addition & 6 deletions library/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,9 @@

setup(
name = 'scrollphathd',
version = '1.1.0',
version = '1.1.1',
author = 'Philip Howard',
author_email = '[email protected]',
entry_points={
'console_scripts': [
'scrollphathd_api = scrollphathd.api.http:main'
]
},
description = 'Scroll pHAT HD Driver',
long_description= open('README.txt').read() + open('CHANGELOG.txt').read(),
license = 'MIT',
Expand Down
6 changes: 6 additions & 0 deletions packaging/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
scrollphathd (1.1.1) stable; urgency=low

* Bugfix: Removed Flask HTTP API entry_point to prevent bin file conflict between Python 2 and 3

-- Phil Howard <[email protected]> Tue, 16 Jan 2018 00:00:00 +0000

scrollphathd (1.1.0) stable; urgency=low

* New: Added Flask HTTP API
Expand Down
6 changes: 6 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
scrollphathd (1.1.1) stable; urgency=low

* Bugfix: Removed Flask HTTP API entry_point to prevent bin file conflict between Python 2 and 3

-- Phil Howard <[email protected]> Tue, 16 Jan 2018 00:00:00 +0000

scrollphathd (1.1.0) stable; urgency=low

* New: Added Flask HTTP API
Expand Down

0 comments on commit 974ad9f

Please sign in to comment.