Skip to content

Commit 6071dea

Browse files
committed
release update 0.1.5
1 parent e782c16 commit 6071dea

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/changelog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
0.1.5 (2015-06-05)
5+
------------------
6+
7+
Fixed:
8+
9+
- Configuration parsing for validation/production. Thanks `vrajmohan`_!
10+
- Parsing of response bodies (fixes `Issue 12`_). Thanks `Igor`_!
11+
412
0.1.4 (2015-05-27)
513
------------------
614

@@ -45,3 +53,6 @@ Initial alpha release of ``ramlfications``\!
4553
.. _`PR`: https://github.com/spotify/ramlfications/pull/8
4654
.. _`freenode`: http://webchat.freenode.net?channels=%23ramlfications&uio=ND10cnVlJjk9dHJ1ZQb4
4755
.. _`Ben`: https://github.com/benhamill
56+
.. _`vrajmohan`: https://github.com/spotify/ramlfications/pull/16
57+
.. _`Issue 12`: https://github.com/spotify/ramlfications/issues/12
58+
.. _`Igor`: https://github.com/spotify/ramlfications/pull/13

ramlfications/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from __future__ import absolute_import, division, print_function
55

66
__author__ = "Lynn Root"
7-
__version__ = "0.1.3"
7+
__version__ = "0.1.5"
88
__license__ = "Apache 2.0"
99

1010
__email__ = "[email protected]"

0 commit comments

Comments
 (0)