Skip to content

Commit

Permalink
Bump version to 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thess committed Jan 29, 2024
1 parent a0fa965 commit 91e2fff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion callattendant/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# and screened callers through to the home phone.
#
default_config = {
"VERSION": '1.6.4',
"VERSION": '1.6.5',

"DEBUG": False,
"TESTING": False,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setuptools.setup(
name="callattendant", # Add username when uploading to TestPyPI
version="1.6.4", # Ensure this is in-sync with VERSION in config.py
version="1.6.5", # Ensure this is in-sync with VERSION in config.py
author="Ted Hess",
author_email="[email protected]",
description="An automated call attendant and call blocker using a USR5637 or CX930xx modem",
Expand Down

0 comments on commit 91e2fff

Please sign in to comment.