From a678ac47292f8a4329a771d4fb15e739ae097891 Mon Sep 17 00:00:00 2001 From: "un.def" Date: Tue, 29 Aug 2017 20:13:54 +0300 Subject: [PATCH] Bump version --- LICENSE | 2 +- README.rst | 14 ++++++++++++-- luamb.py | 3 ++- luamb.sh | 2 +- 4 files changed, 16 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index c8a2c2f..a08fe3b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2016 un.def +Copyright (c) 2016-2017 un.def Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.rst b/README.rst index 1f1e175..8647116 100644 --- a/README.rst +++ b/README.rst @@ -1,10 +1,16 @@ (🌑) luamb -========= +========== Lua environment manager built on top of `hererocks `__ and inspired by `virtualenvwrapper `__. +Supported shells +~~~~~~~~~~~~~~~~ + +- Bash +- Zsh + Installation ~~~~~~~~~~~~ @@ -20,7 +26,7 @@ Installation $ mkdir $HOME/.luambenvs -3. Configure your shell (add these lines to ``~/.bashrc``): +3. Configure your shell (add these lines to ``~/.bashrc`` or ``~/.zshrc``): .. code:: shell @@ -121,6 +127,10 @@ Each command has one or more alias. Version history ~~~~~~~~~~~~~~~ +- 0.2.0 (2017-08-29) + + - Zsh support + - 0.1.2 (2016-08-24) - OS X support (using ``greadlink``) diff --git a/luamb.py b/luamb.py index a9ae340..9f13646 100644 --- a/luamb.py +++ b/luamb.py @@ -14,7 +14,7 @@ __author__ = 'un.def ' -__version__ = '0.1.2' +__version__ = '0.2.0' def error(msg, exit_status=1): @@ -418,6 +418,7 @@ def _normalize_rocks_version(self, version_string): ) ) + if __name__ == '__main__': try: diff --git a/luamb.sh b/luamb.sh index f2165c0..c437ca3 100644 --- a/luamb.sh +++ b/luamb.sh @@ -1,5 +1,5 @@ # author : un.def -# version : 0.1.2 +# version : 0.2.0 __luamb_check_exists() {