mirror of
https://github.com/weewx/weewx.git
synced 2026-04-22 10:37:06 -04:00
Version 4.5.0a3
This commit is contained in:
@@ -26,7 +26,7 @@ log_failure = True
|
||||
socket_timeout = 20
|
||||
|
||||
# Do not modify this - it is used by setup.py when installing and updating.
|
||||
version = 4.5.0a2
|
||||
version = 4.5.0a3
|
||||
|
||||
##############################################################################
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
from __future__ import absolute_import
|
||||
import time
|
||||
|
||||
__version__="4.5.0a2"
|
||||
__version__="4.5.0a3"
|
||||
|
||||
# Holds the program launch time in unix epoch seconds:
|
||||
# Useful for calculating 'uptime.'
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
* Sun Mar 21 2021 Thomas Keffer (Author of weewx) <tkeffer@gmail.com> - 4.5.0a3-1
|
||||
- new upstream release
|
||||
* Sat Mar 20 2021 Thomas Keffer (Author of weewx) <tkeffer@gmail.com> - 4.5.0a2-1
|
||||
- new upstream release
|
||||
* Mon Mar 15 2021 Thomas Keffer (Author of weewx) <tkeffer@gmail.com> - 4.5.0a1-1
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
* Sun Mar 21 2021 Thomas Keffer (Author of weewx) <tkeffer@gmail.com> - 4.5.0a3-1
|
||||
- new upstream release
|
||||
* Sat Mar 20 2021 Thomas Keffer (Author of weewx) <tkeffer@gmail.com> - 4.5.0a2-1
|
||||
- new upstream release
|
||||
* Mon Mar 15 2021 Thomas Keffer (Author of weewx) <tkeffer@gmail.com> - 4.5.0a1-1
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
weewx (4.5.0a3-1) unstable; urgency=low
|
||||
* new upstream release
|
||||
-- Thomas Keffer (Author of weewx) <tkeffer@gmail.com> Sun, 21 Mar 2021 12:02:57 -0700
|
||||
weewx (4.5.0a2-1) unstable; urgency=low
|
||||
* new upstream release
|
||||
-- Thomas Keffer (Author of weewx) <tkeffer@gmail.com> Sat, 20 Mar 2021 07:34:39 -0700
|
||||
|
||||
2
setup.py
2
setup.py
@@ -31,7 +31,7 @@ from distutils.command.install_lib import install_lib
|
||||
from distutils.core import setup
|
||||
from distutils.debug import DEBUG
|
||||
|
||||
VERSION = "4.5.0a2"
|
||||
VERSION = "4.5.0a3"
|
||||
|
||||
if sys.version_info < (2, 7):
|
||||
log.fatal('WeeWX requires Python V2.7 or greater.')
|
||||
|
||||
@@ -23,7 +23,7 @@ log_failure = True
|
||||
socket_timeout = 20
|
||||
|
||||
# Do not modify this. It is used when installing and updating weewx.
|
||||
version = 4.5.0a2
|
||||
version = 4.5.0a3
|
||||
|
||||
##############################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user