From 932c43e6d74f43331290ce7559d2d96f14ba2705 Mon Sep 17 00:00:00 2001 From: Jeppe Pihl Date: Mon, 16 Sep 2019 14:19:21 +0200 Subject: [PATCH] Preparing to create tag 5.0.0 --- NEWS.rst | 4 ++++ wscript | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 11e7ae3..3103ee9 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -6,6 +6,10 @@ every change, see the Git log. Latest ------ +* tbd + +5.0.0 +----- * Major: Use `uint64_t` for size rather than `uint32_t`. 4.2.0 diff --git a/wscript b/wscript index 00fed5a..59e1d88 100644 --- a/wscript +++ b/wscript @@ -2,7 +2,7 @@ # encoding: utf-8 APPNAME = 'storage' -VERSION = '4.2.0' +VERSION = '5.0.0' def build(bld):