Skip to content

Commit

Permalink
release 0.12.1 fixing lambda bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cdent committed Mar 11, 2015
1 parent d7b4e57 commit 376ec81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gabbi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# under the License.
"""See gabbi.driver and gabbbi.case."""

__version__ = '0.12.0'
__version__ = '0.12.1'
4 changes: 2 additions & 2 deletions gabbi/gabbits_intercept/backref.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ tests:
data:
a: $RESPONSE['a']
c: $RESPONSE['link']
d:
d:
z: $RESPONSE['b']
response_json_paths:
a: $RESPONSE['a']
c: /v2
d:
d:
z: $RESPONSE['b']
response_headers:
x-gabbi-url: $SCHEME://$NETLOC/v2
Expand Down

0 comments on commit 376ec81

Please sign in to comment.