Skip to content

Commit

Permalink
Release 1.38.0
Browse files Browse the repository at this point in the history
* Remove support for Python 3.3.
* Make handling of fixture-level skips in pytest actually work.
  • Loading branch information
cdent committed Dec 11, 2017
1 parent e7550c0 commit 222c8b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/source/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ These are informal release notes for gabbi since version 1.0.0,
highlighting major features and changes. For more detail see
the `commit logs`_ on GitHub.

1.38.0
------

* Remove support for Python 3.3.
* Make handling of fixture-level skips in pytest actually work.

1.37.0
------

Expand Down
2 changes: 1 addition & 1 deletion gabbi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# under the License.
"""See gabbi.driver and gabbbi.case."""

__version__ = '1.37.0'
__version__ = '1.38.0'

0 comments on commit 222c8b7

Please sign in to comment.