Skip to content

Commit

Permalink
version bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
popravich committed Jul 9, 2014
1 parent 8d81eb2 commit 2cd4582
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CHANGES
-------

0.1.1 (XXXX-XX-XX)
0.1.1 (2014-07-09)
^^^^^^^^^^^^^^^^^^

* Switched to aiohttp v0.9.0
Expand Down
6 changes: 6 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
include LICENSE
include CHANGES.txt
include README.rst
graft aiorest
global-exclude *.pyc *.swp

2 changes: 1 addition & 1 deletion aiorest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys


__version__ = '0.1.0'
__version__ = '0.1.1'

version = __version__ + ' , Python ' + sys.version

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# The short X.Y version.
version = '0.1'
# The full version, including alpha/beta/rc tags.
release = '0.1.0'
release = '0.1.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 2cd4582

Please sign in to comment.