Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
bump version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg Van Hove committed Aug 9, 2018
1 parent 35b1826 commit 8b4f1ef
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions release_notes/3.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Jasmine Py 3.2 Release Notes

## Summary

Updates JS to Jasmine Core 3.2.0. See the
[jasmine-core release notes](https://github.com/jasmine/jasmine/blob/master/release_notes/3.2.0.md)
for details.

## Changes

* Allow newer versions of PyYAML without major upgrades
- Fixes [#53](https://github.com/jasmine/jasmine-py/issues/53)


------

_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="jasmine",
version="3.1.2",
version="3.2.0",
url="http://jasmine.github.io",
author="Pivotal Labs",
author_email="jasmine-js@googlegroups.com",
Expand Down Expand Up @@ -46,7 +46,7 @@
install_requires=[
'PyYAML>=3.10, <4.0',
'Jinja2>=2.0, <3.0',
'jasmine-core==3.1.0',
'jasmine-core==3.2.0',
'CherryPy>=11',
'selenium>=3.0',
],
Expand Down

0 comments on commit 8b4f1ef

Please sign in to comment.