From 73825a4053d02a7ec85ae4d45052c51a9565918a Mon Sep 17 00:00:00 2001 From: Bogdan Opanchuk Date: Wed, 1 May 2019 23:59:58 -0700 Subject: [PATCH] 0.7.3 released --- doc/source/history.rst | 4 ++-- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/history.rst b/doc/source/history.rst index fc46a3d..305b82a 100644 --- a/doc/source/history.rst +++ b/doc/source/history.rst @@ -3,8 +3,8 @@ Release history *************** -0.8.0 (current development version) -=================================== +0.7.3 (1 May 2019) +================== * ADDED: ``inverse`` parameter for :py:class:`~reikna.fft.FFTShift` (contributed by @drtpotter). diff --git a/setup.py b/setup.py index 68969af..323daf4 100644 --- a/setup.py +++ b/setup.py @@ -86,8 +86,8 @@ def ensure_version_py(): release = {released} ''' - VERSION = (0, 8, 0) - RELEASED = False + VERSION = (0, 7, 3) + RELEASED = True version_str = '%d.%d.%d' % VERSION full_version_str = version_str