From c64f74558c267e994bf07294a1cb899309b1c1ab Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 13 Jun 2013 21:16:09 -0400 Subject: Fix version number to be a consistent 0.2.2 (Closes: #2849) --- VERSION.md | 2 +- pkg/utils/bootstrap | 2 +- pkg/utils/test_bootstrap | 2 +- setup.py | 2 +- src/leap/mx/__init__.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION.md b/VERSION.md index b756111..43f6976 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1,5 +1,5 @@ -[leap_mx, version 0.0.1] +[leap_mx, version 0.2.2] ------------------------ Authors: Isis Agora Lovecruft, 0x2cdb8b35 Website: https://leap.se diff --git a/pkg/utils/bootstrap b/pkg/utils/bootstrap index b76a572..4e00d09 100755 --- a/pkg/utils/bootstrap +++ b/pkg/utils/bootstrap @@ -7,7 +7,7 @@ # # @author Isis Agora Lovecruft, 0x2cdb8b35 # @date 18 February 2013 -# @version 0.0.1 +# @version 0.2.2 ############################################################################## set -ex -- diff --git a/pkg/utils/test_bootstrap b/pkg/utils/test_bootstrap index f072d10..be32160 100755 --- a/pkg/utils/test_bootstrap +++ b/pkg/utils/test_bootstrap @@ -8,7 +8,7 @@ # # @author Isis Agora Lovecruft, 0x2cdb8b35 # @date 18 February 2013 -# @version 0.0.1 +# @version 0.2.2 ############################################################################## set -ex - diff --git a/setup.py b/setup.py index cc4c759..ce7c46b 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ else: ("/etc/init.d/", ["pkg/leap_mx"])] setup( name='leap.mx', - version="0.2.2-dev", + version="0.2.2", # bump also src/leap/mx/__init__ url="http://github.com/leapcode/leap_mx", license='AGPLv3+', diff --git a/src/leap/mx/__init__.py b/src/leap/mx/__init__.py index e3efc24..61c9a5c 100644 --- a/src/leap/mx/__init__.py +++ b/src/leap/mx/__init__.py @@ -17,4 +17,4 @@ """ Module initialization file for leap.mx . """ -__version__ = "0.2.2-dev" +__version__ = "0.2.2" -- cgit v1.2.3