From 02efc475922a324760103a000ec76bfc5bf9bba7 Mon Sep 17 00:00:00 2001 From: Pavan Yalamanchili Date: Sat, 26 Nov 2016 18:16:03 -0800 Subject: [PATCH] Updating version number and changelog --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1548715e..4e662a254 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### v3.3.20161126 +- Fixing memory leak in array creation. +- Supporting 16 bit integer types in interop. + ### v3.4.20160925 - Feature parity with ArrayFire 3.4 libs diff --git a/setup.py b/setup.py index aac101f8c..83fcb221b 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ author="Pavan Yalamanchili", author_email="contact@pavanky.com", name="arrayfire", - version="3.4.20160925", + version="3.4.20161126", description="Python bindings for ArrayFire", license="BSD", url="http://arrayfire.com",