Skip to content

Commit

Permalink
Release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Oct 12, 2017
1 parent 5bd6637 commit d2eb7b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ uwsgiconf changelog
===================


Unreleased
----------
v0.11.0
-------
+ Added support for multiple configurations in one module.
+ Configuration now accepts 'alias' param.
* Nice preset. Threads are now on by default for PythonSection.
Expand Down
2 changes: 1 addition & 1 deletion uwsgiconf/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = (0, 10, 0)
VERSION = (0, 11, 0)

0 comments on commit d2eb7b2

Please sign in to comment.