From a4375f2b57f0b5b5dc2e523b0bf147ed442762bc Mon Sep 17 00:00:00 2001 From: lbdreyer Date: Thu, 2 Feb 2017 15:42:54 +0000 Subject: [PATCH] Bump version number to 0.15.0 (#849) Bump version number to 0.15.0 --- lib/cartopy/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/cartopy/__init__.py b/lib/cartopy/__init__.py index e2220497a..454d022ea 100644 --- a/lib/cartopy/__init__.py +++ b/lib/cartopy/__init__.py @@ -1,4 +1,4 @@ -# (C) British Crown Copyright 2011 - 2016, Met Office +# (C) British Crown Copyright 2011 - 2017, Met Office # # This file is part of cartopy. # @@ -17,7 +17,7 @@ from __future__ import (absolute_import, division, print_function) -__version__ = '0.14.4.dev0' +__version__ = '0.15.0' __document_these__ = ['config'] # Enable shapely performance enhancements