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

Commit

Permalink
Creates v2.0.1 release
Browse files Browse the repository at this point in the history
[#78400180]
  • Loading branch information
Gerg committed Sep 8, 2014
1 parent 5d7e182 commit 6c0cdff
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions release_notes/v2.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Jasmine Py 2.0.1 Release Notes

## Changes

* Remove explicit Django dependency
* Remove testing dependencies from package
* Reload configuration yml each time runner is loaded

### Bugs

* `jasmine-ci` no longer breaks due to jasmine-core reporter changes
* Runner no longer loads `node_boot.js`

## Pull Requests and Issues

* `flask.render_template_string` should receive str, not bytes [#11]
* add `detox` to development requirements [#13]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name="jasmine",
version="2.0.0",
version="2.0.1",
url="http://pivotal.github.io/jasmine/",
author="Pivotal Labs",
author_email="jasmine-js@googlegroups.com",
Expand Down

0 comments on commit 6c0cdff

Please sign in to comment.