=== modified file 'doc/changes.rst'
@@ -5,7 +5,13 @@
Version 0.18
============
-* Unreleased
+* Documentation updates.
+* Make token page clearer about what the token actually is.
+* Enable devserver if it is available (i.e. if an instance is using
+ buildout-development.cfg)
+* If a table is queryset backed but not ajax enabled, render all the
+ data.
+* Load font css over https.
.. _version_0_17:
=== modified file 'lava_server/__init__.py'
@@ -23,4 +23,4 @@
The LAVA server package. Contains only the version declaration.
"""
-__version__ = (0, 18, 0, "dev", 0)
+__version__ = (0, 18, 0, "final", 0)