Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
un-def committed Aug 29, 2017
1 parent 1812ef6 commit a678ac4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
14 changes: 12 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
(🌑) luamb
=========
==========

Lua environment manager built on top of
`hererocks <https://github.com/mpeterv/hererocks>`__ and inspired by
`virtualenvwrapper <https://bitbucket.org/virtualenvwrapper/virtualenvwrapper>`__.

Supported shells
~~~~~~~~~~~~~~~~

- Bash
- Zsh

Installation
~~~~~~~~~~~~

Expand All @@ -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
Expand Down Expand Up @@ -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``)
Expand Down
3 changes: 2 additions & 1 deletion luamb.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


__author__ = 'un.def <[email protected]>'
__version__ = '0.1.2'
__version__ = '0.2.0'


def error(msg, exit_status=1):
Expand Down Expand Up @@ -418,6 +418,7 @@ def _normalize_rocks_version(self, version_string):
)
)


if __name__ == '__main__':

try:
Expand Down
2 changes: 1 addition & 1 deletion luamb.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# author : un.def <[email protected]>
# version : 0.1.2
# version : 0.2.0


__luamb_check_exists() {
Expand Down

0 comments on commit a678ac4

Please sign in to comment.