Skip to content

Commit f51a666

Browse files
committed
prepare release of 0.10.1
1 parent ba3e0b1 commit f51a666

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

CHANGES.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
## Changes in 0.10.1 (in development)
2-
3-
### Enhancements
1+
## Changes in 0.10.1
42

53
### Fixes
64

75
* Deprecated argument `xy_var_names` in function `GridMapping.from_dataset`,
8-
thereby preventing a NotImplementedError.
6+
thereby preventing a NotImplementedError. (#551)
97

108
### Other Changes
119

12-
* For compatibility, now also `xcube.__version__` now contains the xcube
10+
* For compatibility, now also `xcube.__version__` contains the xcube
1311
version number.
1412

1513
## Changes in 0.10.0

xcube/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2020
# SOFTWARE.
2121

22-
version = '0.10.1.dev0'
22+
version = '0.10.1'

0 commit comments

Comments
 (0)