Skip to content

Commit

Permalink
Version 1.7 Final
Browse files Browse the repository at this point in the history
  • Loading branch information
alaudet committed May 23, 2023
1 parent f08d420 commit d0202ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Raspi-Sump Version 1.7.rc2
Raspi-Sump Version 1.7
2 changes: 1 addition & 1 deletion changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Raspi-Sump Changelog
====================
Version 1.7.rc
Version 1.7
- Raspi-Sump is no longer dependant on the pi user account. Can be installed and run as any user that is a member of the gpio group.
- Made changes to the install instructions related to the lighttpd webserver for chart viewing.

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.7.rc2"
version = "1.7"
user = os.getlogin()

homedir = "/home/" + user + "/raspi-sump/"
Expand Down

0 comments on commit d0202ee

Please sign in to comment.