Skip to content

Commit

Permalink
Raspi-Sump Version 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
alaudet committed Feb 7, 2025
1 parent 558b633 commit 441a8df
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Version 1.10pre5
Version 1.10
1 change: 1 addition & 0 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Version 1.10

- Compatible with Raspberry Pi OS 12 (Bookworm). Raspi-Sump now installed in a Virtual Environment.
- rsumpsupport now dumps extra information for support purposes.

Version 1.9.4

Expand Down
9 changes: 3 additions & 6 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
Configuration
=============
# Configuration

View automated_install.md for configuration instructions.
Instructions for fresh installs of v.1.10 and later as well as upgrade instructions are now included.

Flowchart
=========
# Flowchart

The following is the flow of actions when initiating a reading with Raspi-Sump


![Flow Chart](https://www.linuxnorth.org/raspi-sump/images/raspi_sump_flowchart.jpg)
4 changes: 4 additions & 0 deletions docs/upgrade_to_version_1.9.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# **_ These Instructions are now deprecated in favour of version 1.10. _**

You should be installing version 1.10 at this point, but I will leave these instructions here for historical purposes for the next while.

# Upgrade to Raspi-Sump Version 1.9 instructions.

These instructions are for upgrading versions 1.8 and lower to version 1.9. If you are doing a new install, disregard these instructions and use the [Raspi-Sump New Install Instructions](https://github.com/alaudet/raspi-sump/blob/master/docs/install.md) instead.
Expand Down
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.10pre5"
version = "1.10"
user = os.getlogin()


Expand Down

0 comments on commit 441a8df

Please sign in to comment.