Skip to content

Commit

Permalink
release update 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
econchick committed Jun 5, 2015
1 parent e782c16 commit 6071dea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

0.1.5 (2015-06-05)
------------------

Fixed:

- Configuration parsing for validation/production. Thanks `vrajmohan`_!
- Parsing of response bodies (fixes `Issue 12`_). Thanks `Igor`_!

0.1.4 (2015-05-27)
------------------

Expand Down Expand Up @@ -45,3 +53,6 @@ Initial alpha release of ``ramlfications``\!
.. _`PR`: https://github.com/spotify/ramlfications/pull/8
.. _`freenode`: http://webchat.freenode.net?channels=%23ramlfications&uio=ND10cnVlJjk9dHJ1ZQb4
.. _`Ben`: https://github.com/benhamill
.. _`vrajmohan`: https://github.com/spotify/ramlfications/pull/16
.. _`Issue 12`: https://github.com/spotify/ramlfications/issues/12
.. _`Igor`: https://github.com/spotify/ramlfications/pull/13
2 changes: 1 addition & 1 deletion ramlfications/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from __future__ import absolute_import, division, print_function

__author__ = "Lynn Root"
__version__ = "0.1.3"
__version__ = "0.1.5"
__license__ = "Apache 2.0"

__email__ = "lynn@spotify.com"
Expand Down

0 comments on commit 6071dea

Please sign in to comment.