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 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg Van Hove committed Aug 24, 2017
1 parent cc198da commit 074d237
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions release_notes/2.8.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Jasmine Py 2.8.0 Release Notes

## Summary

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


------

_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.7.0",
version="2.8.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.7, <3.0',
'jasmine-core>=2.8, <3.0',
'CherryPy>=%s' % cherrypy_version,
'selenium>=3.0'
] + extra_dependencies(),
Expand Down

0 comments on commit 074d237

Please sign in to comment.