Skip to content

Commit

Permalink
Version 1.9.4 Final
Browse files Browse the repository at this point in the history
  • Loading branch information
alaudet committed Jan 4, 2024
1 parent 898113e commit 8c1f8fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,18 @@ email sms alerts if the water reaches a critical level, indicating a possible su

# What's New

Version 1.9 - `Systemd` now replaces `rsumpmonitor.py`/`checkpid.py`. Control all Raspi-Sump services and Chart creation timers with `Systemd`.
Version 1.9 - `Systemd` is now an option to replace crontab. Control all Raspi-Sump services and Chart creation timers with `Systemd`.

You can continue using crontab if you prefer.

See the [changelog](https://github.com/alaudet/raspi-sump/blob/master/changelog) for the latest information on Raspi-Sump features.

# Supported Versions of Raspbian / Raspberry Pi OS

Raspi-Sump is currently supported on Raspberry Pi OS (Bullseye) and Raspian (Buster)

Plans are in the works for Raspberry Pi OS Bookworm. However changes to Python require a rethink on how Raspi-Sump is installed. More to come. For the time being, Bookworm is not supported.

# Discord Group

Discuss and get support from other users. Email ([email protected]) for an invite link.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Version 1.9.4-rc1
Version 1.9.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup
import os

version = "1.9.4rc1"
version = "1.9.4"
user = os.getlogin()


Expand Down

0 comments on commit 8c1f8fb

Please sign in to comment.