Skip to content

Commit 5f6a39f

Browse files
committed
Release version 1.2.1
* More compatibility bugfixes * Fix a bug introduced in v1.1.0 in addcyclic() * Some documentation updates
1 parent b8e2281 commit 5f6a39f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
version 1.2.1
2+
-------------
3+
* More compatibility bugfixes
4+
* Fix a bug introduced in v1.1.0 in addcyclic()
5+
* Some documentation updates
6+
17
version 1.2.0
28
-------------
39
* Mostly compatibility bugfixes

lib/mpl_toolkits/basemap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
else:
6464
basemap_datadir = os.sep.join([os.path.dirname(__file__), 'data'])
6565

66-
__version__ = '1.2.0'
66+
__version__ = '1.2.1'
6767

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def checkversion(GEOS_dir):
116116

117117
install_requires = get_install_requirements("requirements.txt")
118118

119-
__version__ = "1.2.0"
119+
__version__ = "1.2.1"
120120
setup(
121121
name = "basemap",
122122
version = __version__,

0 commit comments

Comments
 (0)