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

Commit

Permalink
Version bump to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg Van Hove committed Jan 17, 2018
1 parent c294a1c commit 8c2e37f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions release_notes/2.9.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Jasmine Py 2.9.0 Release Notes

## Summary

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

## Changes

* Pin to the last pytest that works on 2.6

* Limit Selenium to less than 3.7 for Python 2.6 support

* Accept any number of GET parameters in query
- Merges [#45](https://github.com/jasmine/jasmine-py/issues/45) from @wuzuf
- Fixes [#44](https://github.com/jasmine/jasmine-py/issues/44)

* Ensure jasmine files are served with the correct content type
- Merges [#43](https://github.com/jasmine/jasmine-py/issues/43) from @wuzuf
- Fixes [#42](https://github.com/jasmine/jasmine-py/issues/42)


------

_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 @@ -13,7 +13,7 @@ def extra_dependencies():

setup(
name="jasmine",
version="2.8.0",
version="2.9.0",
url="http://jasmine.github.io",
author="Pivotal Labs",
author_email="jasmine-js@googlegroups.com",
Expand Down Expand Up @@ -64,7 +64,7 @@ def extra_dependencies():
'argparse>=1.0, <2.0',
'Jinja2>=2.0, <3.0',
'six>=1.0, <2.0',
'jasmine-core>=2.8, <3.0',
'jasmine-core>=2.9, <3.0',
'CherryPy>=%s' % cherrypy_version,
'selenium>=3.0, < 3.7'
] + extra_dependencies(),
Expand Down

0 comments on commit 8c2e37f

Please sign in to comment.