diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml
deleted file mode 100644
index 2314d85c..00000000
--- a/.idea/codeStyles/Project.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml
deleted file mode 100644
index 79ee123c..00000000
--- a/.idea/codeStyles/codeStyleConfig.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/bin/weecfg/tests/expected/weewx43_user_expected.conf b/bin/weecfg/tests/expected/weewx43_user_expected.conf
index 2dfa1cc9..0a50fe31 100644
--- a/bin/weecfg/tests/expected/weewx43_user_expected.conf
+++ b/bin/weecfg/tests/expected/weewx43_user_expected.conf
@@ -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.6.2
+version = 4.7.0
##############################################################################
diff --git a/bin/weewx/__init__.py b/bin/weewx/__init__.py
index c2e96b41..60f8f0a0 100644
--- a/bin/weewx/__init__.py
+++ b/bin/weewx/__init__.py
@@ -7,7 +7,7 @@
from __future__ import absolute_import
import time
-__version__="4.6.2"
+__version__="4.7.0"
# Holds the program launch time in unix epoch seconds:
# Useful for calculating 'uptime.'
diff --git a/docs/changes.txt b/docs/changes.txt
index f8b395b0..1ce3f440 100644
--- a/docs/changes.txt
+++ b/docs/changes.txt
@@ -1,14 +1,12 @@
WeeWX change history
--------------------
-4.7.0 MM/DD/YYYY
+4.7.0 03/01/2022
Introduced new option "generate_once". If True, templates will be generated
only on the first run of the reporting engine. Thanks to user Rich! PR #748.
Added option wee_device --current for vantage.
-
-4.6.3 MM/DD/YYYY
Fixed two typos in the Standard skin.
Fixed spelling mistakes in the Norwegian translations. Thanks to Aslak! PR#746
diff --git a/docs/customizing.htm b/docs/customizing.htm
index 745484e0..997ec987 100644
--- a/docs/customizing.htm
+++ b/docs/customizing.htm
@@ -44,7 +44,7 @@