From 7fe3c66018497d347750db57bff2849c62149434 Mon Sep 17 00:00:00 2001 From: Jeppe Krigslund Date: Thu, 23 Jun 2016 13:37:34 +0200 Subject: [PATCH] Preparing to create tag 2.2.0 --- NEWS.rst | 4 ++++ wscript | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 46a9b40..1fe6c53 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -6,6 +6,10 @@ every change, see the Git log. Latest ------ +* tbd + +2.2.0 +----- * Minor: Now ignoring ``const`` and ``volatile`` qualifiers on types. * Patch: Fixed bug in const version of ``type_storage::baget()`` diff --git a/wscript b/wscript index 5dcc6c5..7960a9a 100644 --- a/wscript +++ b/wscript @@ -4,7 +4,7 @@ import waflib.extras.wurf_options APPNAME = 'type-storage' -VERSION = '2.1.0' +VERSION = '2.2.0' def options(opt):