Skip to content

Commit 0981b58

Browse files
committed
Prepare for hotfix release 1.3.2
1 parent a737b7a commit 0981b58

File tree

9 files changed

+17
-15
lines changed

9 files changed

+17
-15
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and the
55
project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
66
since version 1.3.0.
77

8-
## [Unreleased]
8+
## [1.3.2] - 2022-02-10
99

1010
### Added
1111
- Add `"/usr/lib/x86_64-linux-gnu"` to list of candidate locations to
@@ -938,7 +938,9 @@ https://github.com/matplotlib/basemap/issues/228
938938
https://github.com/matplotlib/basemap/issues/179
939939

940940
[Unreleased]:
941-
https://github.com/matplotlib/basemap/compare/v1.3.1...develop
941+
https://github.com/matplotlib/basemap/compare/v1.3.2...develop
942+
[1.3.2]:
943+
https://github.com/matplotlib/basemap/compare/v1.3.1...v1.3.2
942944
[1.3.1]:
943945
https://github.com/matplotlib/basemap/compare/v1.3.0...v1.3.1
944946
[1.3.0]:

packages/basemap/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ https://spdx.org/licenses/LGPL-2.1-only.html
4545
https://spdx.org/licenses/MIT.html
4646

4747
[`LICENSE`]:
48-
https://github.com/matplotlib/basemap/blob/v1.3.1/packages/basemap/LICENSE
48+
https://github.com/matplotlib/basemap/blob/v1.3.2/packages/basemap/LICENSE
4949
[`LICENSE.geos`]:
50-
https://github.com/matplotlib/basemap/blob/v1.3.1/packages/basemap/LICENSE.geos
50+
https://github.com/matplotlib/basemap/blob/v1.3.2/packages/basemap/LICENSE.geos

packages/basemap/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def run(self):
164164
"name":
165165
"basemap",
166166
"version":
167-
"1.3.1+dev",
167+
"1.3.2",
168168
"license":
169169
"MIT",
170170
"description":

packages/basemap/src/mpl_toolkits/basemap/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
from mpl_toolkits import basemap_data
6565
basemap_datadir = os.path.abspath(list(basemap_data.__path__)[0])
6666

67-
__version__ = "1.3.1+dev"
67+
__version__ = "1.3.2"
6868

6969
# module variable that sets the default value for the 'latlon' kwarg.
7070
# can be set to True by user so plotting functions can take lons,lats

packages/basemap/src/mpl_toolkits/basemap/proj.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# as textwrap.dedent.
1111
from matplotlib.cbook import dedent
1212

13-
__version__ = "1.3.1+dev"
13+
__version__ = "1.3.2"
1414
_dg2rad = math.radians(1.)
1515
_rad2dg = math.degrees(1.)
1616

packages/basemap_data/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ https://spdx.org/licenses/LGPL-3.0-or-later.html
4343
https://spdx.org/licenses/MIT.html
4444

4545
[`COPYING`]:
46-
https://github.com/matplotlib/basemap/blob/v1.3.0/packages/basemap_data/COPYING
46+
https://github.com/matplotlib/basemap/blob/v1.3.2/packages/basemap_data/COPYING
4747
[`COPYING.LESSER`]:
48-
https://github.com/matplotlib/basemap/blob/v1.3.0/packages/basemap_data/COPYING.LESSER
48+
https://github.com/matplotlib/basemap/blob/v1.3.2/packages/basemap_data/COPYING.LESSER
4949
[`LICENSE.epsg`]:
50-
https://github.com/matplotlib/basemap/blob/v1.3.0/packages/basemap_data/LICENSE.epsg
50+
https://github.com/matplotlib/basemap/blob/v1.3.2/packages/basemap_data/LICENSE.epsg
5151
[`LICENSE.mit`]:
52-
https://github.com/matplotlib/basemap/blob/v1.3.0/packages/basemap_data/LICENSE.mit
52+
https://github.com/matplotlib/basemap/blob/v1.3.2/packages/basemap_data/LICENSE.mit

packages/basemap_data/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def get_content(name, splitlines=False):
7373
"name":
7474
"basemap_data",
7575
"version":
76-
"1.3.0+dev",
76+
"1.3.2",
7777
"license":
7878
"GNU Lesser General Public License v3 or later (LGPLv3+)",
7979
"description":

packages/basemap_data_hires/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ https://www.generic-mapping-tools.org/
3636
[LGPLv3+]:
3737
https://spdx.org/licenses/LGPL-3.0-or-later.html
3838
[`COPYING`]:
39-
https://github.com/matplotlib/basemap/blob/v1.3.0/packages/basemap_data_hires/COPYING
39+
https://github.com/matplotlib/basemap/blob/v1.3.2/packages/basemap_data_hires/COPYING
4040
[`COPYING.LESSER`]:
41-
https://github.com/matplotlib/basemap/blob/v1.3.0/packages/basemap_data_hires/COPYING.LESSER
41+
https://github.com/matplotlib/basemap/blob/v1.3.2/packages/basemap_data_hires/COPYING.LESSER

packages/basemap_data_hires/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def get_content(name, splitlines=False):
5151
"name":
5252
"basemap_data_hires",
5353
"version":
54-
"1.3.0+dev",
54+
"1.3.2",
5555
"license":
5656
"GNU Lesser General Public License v3 or later (LGPLv3+)",
5757
"description":

0 commit comments

Comments
 (0)