summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2013-12-20 21:00:20 +0100
committerAzul <azul@leap.se>2013-12-20 21:00:24 +0100
commit741f82253d0c88ab68213f605f44f5f27dff3e55 (patch)
tree2a29bed397a34a1ab5f56d3410f82e961eb9cc1b
parent3d9a6d11003a72d88b4d49c66584041275fa1dd4 (diff)
Version 0.5.0.rc0.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
-rw-r--r--lib/leap_web/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/leap_web/version.rb b/lib/leap_web/version.rb
index 983e3ad..6915930 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