Skip to content

Commit

Permalink
Add py.typed; tweak CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gwww committed Apr 12, 2022
1 parent a13b13e commit b4efea3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Run mypy
run: |
source .venv/bin/activate
mypy --strict elkm1_lib
mypy --show-error-codes --strict elkm1_lib
- name: Run isort check
run: |
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project follows [Semantic Versioning](https://semver.org/).

## [1.3.1]
- Add py.typed
- Tweak CI to be more informative

## [1.3.0]
- Add typing: https://peps.python.org/pep-0561/
- Changed minimum Python version to 3.9
Expand Down
Empty file added elkm1_lib/py.typed
Empty file.
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 = "elkm1-lib"
version = "1.3.0"
version = "1.3.1"
description = "Library for interacting with ElkM1 alarm/automation panel."
homepage = "https://github.com/gwww/elkm1"
authors = ["Glenn Waters <[email protected]>"]
Expand Down

0 comments on commit b4efea3

Please sign in to comment.