[python-arrayfire] 06/11: Updating version and changelog for release

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun May 1 19:50:23 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/master
in repository python-arrayfire.

commit 3643e2fc3a594dc7692153a77385b080a14fa988
Author: Pavan Yalamanchili <pavan at arrayfire.com>
Date:   Wed Apr 27 19:16:00 2016 -0400

    Updating version and changelog for release
---
 CHANGELOG.md | 5 +++++
 setup.py     | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 697255b..4bdf57c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+### v3.3.20160427
+- Fixes to numpy interop on Windows
+- Fixes issues with occasional double free
+- Fixes to graphics examples
+
 ### v3.3.20160328
 - Fixes to make arrayfire-python to work on 32 bit systems
 
diff --git a/setup.py b/setup.py
index 6c9d933..0237d58 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ from setuptools import setup, find_packages
 ## 2) Include test suite
 
 # Some hackery to avoid merge conflicts between master and devel
-current_version = "3.3.20160328"
+current_version = "3.3.20160427"
 devel_version = "3.3.0"
 release_version = current_version if current_version > devel_version else devel_version
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-arrayfire.git



More information about the debian-science-commits mailing list