Skip to content

Commit

Permalink
Bump version number to 0.15.0 (#849)
Browse files Browse the repository at this point in the history
Bump version number to 0.15.0
  • Loading branch information
lbdreyer authored and bjlittle committed Feb 2, 2017
1 parent a468b72 commit a4375f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cartopy/__init__.py
Original file line number Diff line number Diff line change
@@ -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.
#
Expand All @@ -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
Expand Down

0 comments on commit a4375f2

Please sign in to comment.