Skip to content

Commit

Permalink
version bump to 1.0.12
Browse files Browse the repository at this point in the history
Signed-off-by: ruohan.chen <[email protected]>
  • Loading branch information
crhan committed Feb 16, 2024
1 parent cf58193 commit f23d65a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/timothycrosley/isort
rev: 5.12.0 # Use the revision sha / tag you want to point at
rev: 5.13.2 # Use the revision sha / tag you want to point at
hooks:
- id: isort
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -12,6 +12,6 @@ repos:
- id: debug-statements
- id: end-of-file-fixer
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 24.2.0
hooks:
- id: black
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "zhong-hong-hvac"
version = "1.0.11"
version = "1.0.12"
description = "Python library for interfacing with ZhongHong HVAC controller"
authors = ["ruohan.chen <[email protected]>"]
license = "Apache"
Expand All @@ -17,6 +17,7 @@ classifiers = [
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3 :: Only',
]

Expand Down
2 changes: 1 addition & 1 deletion zhong_hong_hvac/protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import logging
import struct
from functools import reduce
from typing import Iterator, List
from typing import Iterator

import attr

Expand Down
2 changes: 1 addition & 1 deletion zhong_hong_hvac/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.9"
__version__ = "1.0.12"

0 comments on commit f23d65a

Please sign in to comment.