Skip to content

Commit

Permalink
Released 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carsongee committed Oct 5, 2016
1 parent d38b4a0 commit c31a3cc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions RELEASES.rst
@@ -1,6 +1,11 @@
Releases
~~~~~~~~

0.2.0
-----

- Added bouncer configuration injection feature

0.1.0
-----

Expand Down
2 changes: 1 addition & 1 deletion lambada/__init__.py
Expand Up @@ -10,7 +10,7 @@
from six import iteritems
import yaml

__version__ = '0.1.0'
__version__ = '0.2.0'
log = logging.getLogger(__name__)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@

setup(
name='lambada',
version='0.1.0',
version='0.2.0',
packages=find_packages(),
package_data={},
license='License :: OSI Approved :: Apache Software License',
Expand Down

0 comments on commit c31a3cc

Please sign in to comment.