From 741f82253d0c88ab68213f605f44f5f27dff3e55 Mon Sep 17 00:00:00 2001
From: Azul <azul@leap.se>
Date: Fri, 20 Dec 2013 21:00:20 +0100
Subject: [PATCH] Version 0.5.0.rc

Release candidate for the first syncronised leap release 0.5.0.

* do not allow to clear pgp key
* simple format validation for pgp keys
* respond to /keys/:login with text
* service levels introduced to the configuration
* more robust session store
* render landing page and basic forms without connection to couch
* configurable set of actions for users and admins
* refactoring: remove overview controller - use Users#show instead
* prevent /login from crashing when logged in already
* remove actions from ui that currently break the client
* format ticket comments properly
* enable billing engine by default
* consolidate APP_CONFIG[:billing]
* fix a regression where overview link was not active anymore
---
 lib/leap_web/version.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/leap_web/version.rb b/lib/leap_web/version.rb
index 983e3ad8..6915930d 100644
--- a/lib/leap_web/version.rb
+++ b/lib/leap_web/version.rb
@@ -1,3 +1,3 @@
 module LeapWeb
-  VERSION = "0.2.8" unless defined?(LeapWeb::VERSION)
+  VERSION = "0.5.0.rc" unless defined?(LeapWeb::VERSION)
 end
-- 
GitLab