=== modified file 'doc/changes.rst'
@@ -1,11 +1,16 @@
Version History
***************
-.. _version_2011.11:
-
-Version 2011.11
-===============
-
-.. todo::
- High level-changelog should be placed here. We should use intersphinx to
- link to changelogs for particular components
+.. _version_0.7.2:
+
+Version 0.7.2
+=============
+
+* Fix width of output in scheduler app
+* fix wrapping issue with code blocks
+* Add some documenation for lava-server
+* Make the user menu stay inside the window on FF 3.6
+* Use user nickname when real name is empty
+* Better compatibility with older firefox
+* Add .svg files to manifes
+* Fix sign-in/sign-out menu
=== modified file 'lava_server/__init__.py'
@@ -17,4 +17,4 @@
# along with LAVA Server. If not, see <http://www.gnu.org/licenses/>.
-__version__ = (0, 7, 1, "final", 0)
+__version__ = (0, 7, 2, "final", 0)