Skip to content

Commit b1cac61

Browse files
committed
Updating changelog and setup.py
1 parent 87fdd11 commit b1cac61

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### v3.3.20160516
2+
- Bugfix: Increase arrayfire's priority over numpy for mixed operations
3+
4+
- Added new library functions
5+
- `get_backend` returns backend name
6+
17
### v3.3.20160510
28
- Bugfix to `af.histogram`
39

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
## 2) Include test suite
1717

1818
# Some hackery to avoid merge conflicts between master and devel
19-
current_version = "3.3.20160510"
19+
current_version = "3.3.20160516"
2020
devel_version = "3.3.0"
2121
release_version = current_version if current_version > devel_version else devel_version
2222

0 commit comments

Comments
 (0)