Skip to content

Commit

Permalink
Updating changelog and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanky committed May 16, 2016
1 parent 87fdd11 commit b1cac61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### v3.3.20160516
- Bugfix: Increase arrayfire's priority over numpy for mixed operations

- Added new library functions
- `get_backend` returns backend name

### v3.3.20160510
- Bugfix to `af.histogram`

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
## 2) Include test suite

# Some hackery to avoid merge conflicts between master and devel
current_version = "3.3.20160510"
current_version = "3.3.20160516"
devel_version = "3.3.0"
release_version = current_version if current_version > devel_version else devel_version

Expand Down

0 comments on commit b1cac61

Please sign in to comment.