Skip to content

Commit 8a15e8b

Browse files
authored
Merge pull request #9 from home-assistant-ecosystem/dev
0.5.0
2 parents 2c3b56b + 6b0a2fa commit 8a15e8b

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: [3.6, 3.7, 3.8, 3.9]
15+
python-version: [ 3.8, 3.9 ]
1616

1717
steps:
1818
- uses: actions/checkout@v2

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
0.5.0 (2021-12-02)
5+
------------------
6+
7+
- Rename module from python-dingz to dingz
8+
49
0.4.0 (2021-12-02)
510
------------------
611

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
long_description = readme.read()
1212

1313
setup(
14-
name="python-dingz",
15-
version="0.4.0",
14+
name="dingz",
15+
version="0.5.0",
1616
description="Python API for interacting with Dingz devices",
1717
long_description=long_description,
1818
url="https://github.com/home-assistant-ecosystem/python-dingz",

0 commit comments

Comments
 (0)