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.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg Van Hove committed Sep 21, 2019
1 parent f018f53 commit 6252967
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions release_notes/3.5.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Jasmine Py 3.5 Release Notes

## Summary

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

## Changes

* Require PyYAML 4.2b1 or later because earlier versions have security vulnerabilities.


------

_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.4.0",
version="3.5.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>=4.2b1',
'Jinja2>=2.0, <3.0',
'jasmine-core>=3.4.0, <4.0',
'jasmine-core>=3.5.0, <4.0',
'CherryPy>=11',
'selenium>=3.0',
],
Expand Down

0 comments on commit 6252967

Please sign in to comment.