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.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
myoung34 committed Jun 6, 2022
1 parent b9fa740 commit 71cf1ef
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.11.1

SECURITY:

Ignore CVE-2021-36159, apk-tools is removed from final
deprecation on using HEAD^2 for codeql
Bump codeql to v2
Add pins in setup.py that match requirements.txt. Bump Alpine to 3.16. Clean up dockerfile
Move from git:// to https://
Bump alpine to 3.16

## 0.11.0

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.11.0"
version = "0.11.1"
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.11.0',
version='0.11.1',
packages=find_packages(exclude=['tests*']),
install_requires=[
'click==7.1.2',
Expand Down

0 comments on commit 71cf1ef

Please sign in to comment.