Skip to content

Commit 02efc47

Browse files
committed
Updating version number and changelog
1 parent 9960431 commit 02efc47

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### v3.3.20161126
2+
- Fixing memory leak in array creation.
3+
- Supporting 16 bit integer types in interop.
4+
15
### v3.4.20160925
26
- Feature parity with ArrayFire 3.4 libs
37

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
author="Pavan Yalamanchili",
2020
author_email="[email protected]",
2121
name="arrayfire",
22-
version="3.4.20160925",
22+
version="3.4.20161126",
2323
description="Python bindings for ArrayFire",
2424
license="BSD",
2525
url="http://arrayfire.com",

0 commit comments

Comments
 (0)