Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Karkit <karkucik@gmail.com>
  • Loading branch information
ekiro committed Jul 27, 2018
1 parent 41f98c6 commit 07b93ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ Contribute
Changelog
---------

1.1.0 (2018-07-26)
.....................
* Add configuration module
* Add application class and runner
* Add profiles
* Minor fixes

1.0.5 (2018-07-12)
.....................
* :code:`@egg` decorator can be used without function invocation
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def readme():

setup(
name='haps',
version='1.1.0rc1',
version='1.1.0',
packages=find_packages(),
url='https://github.com/ekiro/haps',
license='MIT License',
Expand Down

0 comments on commit 07b93ee

Please sign in to comment.