File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 0.1.9 (2015-12-24)
5+ ------------------
6+
7+ Happy holidays!
8+
9+ - Fix resource type inheritance (`Issue 23 `_ & `Issue 47 `_)
10+ - Preserve order of ``baseUriParameters `` and ``uriParameters `` in API root and resource nodes (`Issue 37 `_)
11+ - Fix missing URI parameters if not defined/declared inline (`Issue 56 `_)
12+ - Fix how arguments are passed into pytest in ``setup.py `` (`PR 55 `_ - thank you `matiasb `_!)
13+
414
5150.1.8 (2015-10-07)
616------------------
@@ -106,3 +116,8 @@ Initial alpha release of ``ramlfications``\!
106116.. _`cerivera` : https://github.com/cerivera
107117.. _`Issue 44` : https://github.com/spotify/ramlfications/issues/44
108118.. _`Issue 23` : https://github.com/spotify/ramlfications/issues/23
119+ .. _`matiasb` : https://github.com/matiasb
120+ .. _`PR 55` : https://github.com/spotify/ramlfications/pull/55
121+ .. _`Issue 47` : https://github.com/spotify/ramlfications/issues/47
122+ .. _`Issue 37` : https://github.com/spotify/ramlfications/issues/37
123+ .. _`Issue 56` : https://github.com/spotify/ramlfications/issues/56
Original file line number Diff line number Diff line change 44from __future__ import absolute_import , division , print_function
55
66__author__ = "Lynn Root"
7- __version__ = "0.1.9.dev2 "
7+ __version__ = "0.1.9"
88__license__ = "Apache 2.0"
99
1010
You can’t perform that action at this time.
0 commit comments