Skip to content

Commit

Permalink
Merge pull request #72 from natekspencer/dev
Browse files Browse the repository at this point in the history
Release 2023.2.0
  • Loading branch information
natekspencer authored Feb 24, 2023
2 parents 421ced0 + afea498 commit 1e6ada7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
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 = "vivintpy"
version = "2022.12.2"
version = "2023.2.0"
description = "Python library for interacting with a Vivint security and smart home system."
authors = ["Nathan Spencer <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

def test_version() -> None:
"""Test version."""
assert __version__ == "2022.12.2"
assert __version__ == "2023.2.0"
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
isolated_build = True
envlist = lint, mypy, py38, py39, py310
envlist = lint, mypy, py38, py39, py310, py311
skip_missing_interpreters = True

[tox:.package]
Expand Down
2 changes: 1 addition & 1 deletion vivintpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Provide a package for vivintpy."""
__version__ = "2022.12.2"
__version__ = "2023.2.0"

0 comments on commit 1e6ada7

Please sign in to comment.