Skip to content

Commit

Permalink
Merge 30dada1 into f203cf7
Browse files Browse the repository at this point in the history
  • Loading branch information
carsongee committed Sep 30, 2016
2 parents f203cf7 + 30dada1 commit d079e35
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions RELEASES.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Releases
~~~~~~~~

0.1.0
-----

First release
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Welcome to Lambada's documentation!
.. toctree::
:maxdepth: 2

releases
lambada


Expand Down
1 change: 1 addition & 0 deletions docs/releases.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. include:: ../RELEASES.rst
2 changes: 1 addition & 1 deletion lambada/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from six import iteritems

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


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

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

0 comments on commit d079e35

Please sign in to comment.