Skip to content

Commit e644322

Browse files
committed
Remove __version__ from basemap.proj
1 parent 4ff831a commit e644322

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ https://semver.org/spec/v2.0.0.html
2828
remove old switches related to unsupported `matplotlib` versions.
2929

3030
### Removed
31+
- Attribute `__version__` in `basemap.proj` module.
3132
- Dependency on `dedent` function (either as alias of `inspect.cleandoc`
3233
or the deprecated `matplotlib.cbook.dedent`) to write multi-line error
3334
messages.

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
import pyproj
66

77

8-
__version__ = "1.3.6+dev"
9-
108
_dg2rad = math.radians(1.)
119
_rad2dg = math.degrees(1.)
1210

0 commit comments

Comments
 (0)