summarylogtreecommitdiffstats
path: root/weewx-version.patch
blob: 22d99178e79a6a0e0f653b16766979dea66119a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
diff --git a/bin/weewx/__init__.py b/bin/weewx/__init__.py
index e97c4d8b..436fd783 100644
--- a/bin/weewx/__init__.py
+++ b/bin/weewx/__init__.py
@@ -7,7 +7,7 @@
 from __future__ import absolute_import
 import time
 
-__version__="4.10.1"
+__version__="4.10.2"
 
 # Holds the program launch time in unix epoch seconds:
 # Useful for calculating 'uptime.'
diff --git a/setup.py b/setup.py
index 93e295b9..256b303e 100755
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ from distutils.command.install_lib import install_lib
 from distutils.core import setup
 from distutils.debug import DEBUG
 
-VERSION = "4.10.1"
+VERSION = "4.10.2"
 
 if sys.version_info < (2, 7):
     log.fatal('WeeWX requires Python V2.7 or greater.')
diff --git a/weewx.conf b/weewx.conf
index 517af0b9..cd98bac6 100644
--- a/weewx.conf
+++ b/weewx.conf
@@ -20,7 +20,7 @@ log_success = True
 log_failure = True
 
 # Do not modify this. It is used when installing and updating weewx.
-version = 4.10.1
+version = 4.10.2
 
 ##############################################################################