Message ID | 20120619232910.2450.60085.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'doc/changes.rst' --- doc/changes.rst 2012-06-14 20:58:57 +0000 +++ doc/changes.rst 2012-06-19 23:24:41 +0000 @@ -6,7 +6,6 @@ Version 0.15 ============ -* Unreleased. * Allow settings.conf to define OPENID_LAUNCHPAD_TEAMS_MAPPING. * Added configurable OpenID redirect domain support for login. === modified file 'lava_server/__init__.py' --- lava_server/__init__.py 2012-05-31 07:01:29 +0000 +++ lava_server/__init__.py 2012-06-19 23:24:41 +0000 @@ -23,4 +23,4 @@ The LAVA server package. Contains only the version declaration. """ -__version__ = (0, 15, 0, "dev", 0) +__version__ = (0, 15, 0, "final", 0)