diff --git a/library/CHANGELOG.txt b/library/CHANGELOG.txt index 5e9fc1b..5e0a834 100644 --- a/library/CHANGELOG.txt +++ b/library/CHANGELOG.txt @@ -1,3 +1,8 @@ +0.0.3 +----- + +* Pin dependences to pre-Bookworm migration + 0.0.2 ----- diff --git a/library/README.md b/library/README.md index 2cce1a7..73acf3b 100644 --- a/library/README.md +++ b/library/README.md @@ -57,6 +57,11 @@ You should read the following to get up and running with our monitoring script: * Discord - https://discord.gg/hr93ByC # Changelog +0.0.3 +----- + +* Pin dependences to pre-Bookworm migration + 0.0.2 ----- diff --git a/library/grow/__init__.py b/library/grow/__init__.py index 74f9cf8..ca40ea8 100644 --- a/library/grow/__init__.py +++ b/library/grow/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.0.2' +__version__ = '0.0.3' import time import atexit diff --git a/library/setup.cfg b/library/setup.cfg index b6d0e3e..ac4a278 100644 --- a/library/setup.cfg +++ b/library/setup.cfg @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- [metadata] name = growhat -version = 0.0.2 +version = 0.0.3 author = Philip Howard, Paul Beech author_email = phil@pimoroni.com description = Grow HAT Mini. A plant valet add-on for the Raspberry Pi @@ -29,8 +29,8 @@ classifiers = python_requires = >= 3 packages = grow install_requires = - ltr559 - st7735>=0.0.5 + ltr559==0.1.1 + st7735==0.0.5 pyyaml fonts font-roboto