From 2e9138feb6298d0c0281fb5c2796b47d72408064 Mon Sep 17 00:00:00 2001 From: Ben van Werkhoven Date: Wed, 4 Nov 2020 20:36:27 +0100 Subject: [PATCH] bump version --- CHANGELOG.md | 3 +-- doc/source/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b420d6ff4..b56b121aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased - +## [0.3.2] - 2020-11-04 ### Added - support loop unrolling using params that start with loop_unroll_factor - always insert "define kernel_tuner 1" to allow preprocessor ifdef kernel_tuner diff --git a/doc/source/conf.py b/doc/source/conf.py index 7d27e6e49..9a011031a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -59,9 +59,9 @@ # built documents. # # The short X.Y version. -version = u'0.3.1' +version = u'0.3.2' # The full version, including alpha/beta/rc tags. -release = u'0.3.1' +release = u'0.3.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 22d2c63e2..e771c0875 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def readme(): setup( name="kernel_tuner", - version="0.3.1", + version="0.3.2", author="Ben van Werkhoven", author_email="b.vanwerkhoven@esciencecenter.nl", description=("An easy to use CUDA/OpenCL kernel tuner in Python"),