Skip to content

Commit

Permalink
Merge pull request #44 from natekspencer/dev
Browse files Browse the repository at this point in the history
Release 2022.12.0
  • Loading branch information
natekspencer authored Dec 9, 2022
2 parents 0b70bd4 + f0d9239 commit c542ead
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.8.0b0"
version = "2022.12.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.8.0b0"
assert __version__ == "2022.12.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 = py37, py38, py39, py310, lint, mypy
envlist = lint, mypy, py38, py39, py310
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.8.0b0"
__version__ = "2022.12.0"

0 comments on commit c542ead

Please sign in to comment.