Skip to content

Commit 3643e2f

Browse files
committed
Updating version and changelog for release
1 parent 1594809 commit 3643e2f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### v3.3.20160427
2+
- Fixes to numpy interop on Windows
3+
- Fixes issues with occasional double free
4+
- Fixes to graphics examples
5+
16
### v3.3.20160328
27
- Fixes to make arrayfire-python to work on 32 bit systems
38

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.20160328"
19+
current_version = "3.3.20160427"
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)