diff --git a/bin/weewx/__init__.py b/bin/weewx/__init__.py
index 052c44f7..71d2f052 100644
--- a/bin/weewx/__init__.py
+++ b/bin/weewx/__init__.py
@@ -8,7 +8,7 @@
"""Package weewx, containing modules specific to the weewx runtime engine."""
import time
-__version__="3.0.0b3"
+__version__="3.0.0"
# Holds the program launch time in unix epoch seconds:
# Useful for calculating 'uptime.'
diff --git a/docs/customizing.htm b/docs/customizing.htm
index fd3e112b..6264bbbd 100644
--- a/docs/customizing.htm
+++ b/docs/customizing.htm
@@ -46,7 +46,7 @@
Customizing weewx
-Version: 3.0.0b3
+Version: 3.0.0
diff --git a/docs/upgrading.htm b/docs/upgrading.htm
index fa4fece4..072b357e 100644
--- a/docs/upgrading.htm
+++ b/docs/upgrading.htm
@@ -84,7 +84,7 @@ table .tty {
Upgrading weewx
-Version: 3.0.0b3
+Version: 3.0.0
diff --git a/docs/usersguide.htm b/docs/usersguide.htm
index ea570e74..54338794 100644
--- a/docs/usersguide.htm
+++ b/docs/usersguide.htm
@@ -60,7 +60,7 @@ function showtab(tab,id) {
User's Guide to the weewx Weather System
-Version: 3.0.0b3
+Version: 3.0.0
diff --git a/pkg/changelog.rpm b/pkg/changelog.rpm
index 36106efc..e386b2ba 100644
--- a/pkg/changelog.rpm
+++ b/pkg/changelog.rpm
@@ -1,3 +1,5 @@
+* Fri Dec 05 2014 Thomas Keffer (Author of weewx) - 3.0.0-1
+- new upstream release
* Mon Dec 01 2014 Matthew Wall (weewx) - 3.0.0b2-1
- new upstream release
* Sat Nov 29 2014 Matthew Wall (weewx) - 3.0.0a5-1
diff --git a/pkg/debian/changelog b/pkg/debian/changelog
index d83db2ca..ca278a37 100644
--- a/pkg/debian/changelog
+++ b/pkg/debian/changelog
@@ -1,3 +1,6 @@
+weewx (3.0.0-1) unstable; urgency=low
+ * new upstream release
+ -- Thomas Keffer (Author of weewx) Fri, 05 Dec 2014 10:36:34 -0800
weewx (3.0.0b3-1) unstable; urgency=low
* new upstream release
-- Thomas Keffer (Author of weewx) Fri, 05 Dec 2014 04:49:15 -0800
diff --git a/weewx.conf b/weewx.conf
index 59dcc5c6..a47fbca4 100644
--- a/weewx.conf
+++ b/weewx.conf
@@ -19,7 +19,7 @@ WEEWX_ROOT = /home/weewx
socket_timeout = 20
# Do not modify this - it is used by setup.py when installing and updating.
-version = 3.0.0b3
+version = 3.0.0
##############################################################################