Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Version bump: 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
myoung34 committed Aug 16, 2020
1 parent 28d6a4a commit 2a8ef68
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 0.5.3

IMPROVEMENTS:

* Add support for stdout emitter: https://github.com/myoung34/tilty/pull/23
* Add Type annotations and basic mypy: https://github.com/myoung34/tilty/pull/22
* Refactor logging and add 'logging_level' to [general] config section: https://github.com/myoung34/tilty/pull/21
* Refactor to use dynamic loading and separate initialization from emit(): https://github.com/myoung34/tilty/pull/20

FIXES:

* Fix initialization, add custom exceptions
* Fix poetry/makefile bootstrapping
* Fix bandit


## 0.5.2

IMPROVEMENTS:
Expand Down
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 = "Tilty"
version = "0.5.2"
version = "0.5.3"
description = "A pluggable system to receive and transmit bluetooth events from the Tilt Hydrometer"
authors = ["Marcus Young <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
py_modules=['tilty', 'blescan'],
version='0.5.2',
version='0.5.3',
packages=find_packages(exclude=['tests*']),
install_requires=[
'Click',
Expand Down

0 comments on commit 2a8ef68

Please sign in to comment.