Skip to content

Commit

Permalink
Version 1.7.1 Final
Browse files Browse the repository at this point in the history
  • Loading branch information
alaudet committed May 24, 2023
1 parent 9384c39 commit 0f78fb9
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.1rc2
Raspi-Sump Version 1.7.1
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.1rc
Version 1.7.1
- Fixed bug in date autoformatters on todaychart.py. Should have proper date settings now (HH:MM:SS)

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

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

0 comments on commit 0f78fb9

Please sign in to comment.