Skip to content

Commit 7b4db68

Browse files
committed
Release v0.2.0
1 parent 345f786 commit 7b4db68

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ helper functions for cartopy and matplotlib
55

66
## Versions
77

8-
### 0.2.0 (unreleased)
8+
### 0.2.0 (01.06.2018)
9+
10+
Mayor release, mostly introducing the new `colorbar` functionality.
911

1012
* add `_color_palette` that selects colors from the whole range of the colormap. Previously we used the `seaborn` logic that excludes colors at the edge of the colorbar (closes GH:#1).
1113
* the colorbar functionality was entirely redesigned:

mplotutils/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.1.0dev"
1+
version = "0.2.0"

0 commit comments

Comments
 (0)