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.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg Van Hove committed Oct 25, 2018
1 parent c9a65d0 commit 479b45d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions release_notes/3.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Jasmine Py 3.3 Release Notes

## Summary

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

## Changes

* Get browser separately from creating test server to ensure we can load the browser before starting server
- See [#55](https://github.com/jasmine/jasmine-py/issues/55)

* Fix jasmine-core dependency to allow minor updates

------

_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.2.0",
version="3.3.0",
url="http://jasmine.github.io",
author="Pivotal Labs",
author_email="[email protected]",
Expand Down Expand Up @@ -46,7 +46,7 @@
install_requires=[
'PyYAML>=3.10, <4.0',
'Jinja2>=2.0, <3.0',
'jasmine-core>=3.2.0, <4.0',
'jasmine-core>=3.3.0, <4.0',
'CherryPy>=11',
'selenium>=3.0',
],
Expand Down

0 comments on commit 479b45d

Please sign in to comment.