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

Commit

Permalink
Bump version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
myoung34 committed Jun 9, 2022
1 parent 75f088d commit 7092e57
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.12.0

IMPROVEMENTS:

* Ignore deprecation in pylint for now
* fix import sort
* Fix new pylint warnings
* Bump pytest for python 3.10 compat
* Drop python 3.6, add python 3.10

## 0.11.1

SECURITY:
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.11.1"
version = "0.12.0"
description = "A pluggable system to receive and transmit bluetooth events from the Tilt Hydrometer"
authors = ["Marcus Young <3vilpenguin@gmail.com>"]
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.11.1',
version='0.12.0',
packages=find_packages(exclude=['tests*']),
install_requires=[
'click==7.1.2',
Expand Down

0 comments on commit 7092e57

Please sign in to comment.