Skip to content

Commit

Permalink
version 2.2-3
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinlyonsrepo committed Apr 22, 2020
1 parent f236571 commit 8f0049d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Version control history:
* version 2.2-3 210420
* For mail mode, replaced ssmpt with msmtp in mail function.
* ssmtp had to be replaced as apparently ssmtp is deprecated in RPi [Buster](https://raspberrypi.stackexchange.com/questions/99968/cannot-send-mail-from-buster),
* and is considered obsolete, users where reporting issues via mail.
* and is considered obsolete, users were reporting issues via mail.
* Users using mail mode option will have to install and configure msmtp.
* Details in Readme.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

setup(
name="rpi_tempmon.py",
version="2.1",
version="2.2",
author="gavin lyons",
author_email="glyons66@hotmail.com",
description="Display the CPU and GPU temperature of Raspberry Pi",
license=" GPL",
keywords="PI Raspberry CPU ARM GPU temperature temp rpi monitor display gavin lyons",
url="https://github.com/gavinlyonsrepo/raspeberrypi_tempmon",
download_url='https://github.com/gavinlyonsrepo/raspeberrypi_tempmon/archive/2.1.tar.gz',
download_url='https://github.com/gavinlyonsrepo/raspeberrypi_tempmon/archive/2.2.tar.gz',
packages=['rpiTempSrc','rpiTempMod',],
install_requires= ['matplotlib','pip','psutil'],
setup_requires = ['pip'],
Expand Down

0 comments on commit 8f0049d

Please sign in to comment.