Skip to content

Commit

Permalink
Bump version to pull in latest stream deck driver version
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Nov 26, 2019
1 parent 1217c60 commit 7a4ea62
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@ OR

Changelog
=========
## 1.0.2 - November 25th 2019
- Updated driver requirement to enable full compatiblity with XL.

## 1.0.1 - October 8th 2019
- Initial API stable release.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "streamdeck_ui"
version = "1.0.1"
version = "1.0.2"
description = "A service, Web Interface, and UI for interacting with your computer using a Stream Deck"
authors = ["Timothy Crosley <timothy.crosley@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion streamdeck_ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
A Linux compatible UI for the Elgato Stream Deck.
"""
__version__ = "1.0.1"
__version__ = "1.0.2"

0 comments on commit 7a4ea62

Please sign in to comment.