diff --git a/LICENSE.rst b/LICENSE.rst index 6aab631..7a2fb96 100644 --- a/LICENSE.rst +++ b/LICENSE.rst @@ -2,11 +2,11 @@ Salem - License =============== Salem is distributed under a 3-clause ("Simplified" or "New") BSD -license. Salem uses short parts of the code of the "xarray" and "NCL" -libraries (when this is the case, this is indicated in the function's +license. Salem uses short parts of the code of the "xarray", "descartes" and +"NCL" libraries (when this is the case, this is indicated in the function's docstring). Their licenses are reproduced in the salem/licenses directory. -Copyright (c) 2014-2016, Fabien Maussion and Salem Development Team +Copyright (c) 2014-2021, Fabien Maussion and Salem Development Team All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/docs/whats-new.rst b/docs/whats-new.rst index e7c4410..c6de61f 100644 --- a/docs/whats-new.rst +++ b/docs/whats-new.rst @@ -3,8 +3,11 @@ What's New ========== -v0.X.Y (Unreleased) -------------------- +v0.3.7 (08 November 2021) +------------------------- + +A minor release of the salem package to fix deprecation warnings from shapely, +and remove the dependency to the discontinued package "descartes". v0.3.6 (29 October 2021) ------------------------ diff --git a/setup.py b/setup.py index 4bbf12d..979a5fd 100644 --- a/setup.py +++ b/setup.py @@ -13,8 +13,8 @@ MAJOR = 0 MINOR = 3 -MICRO = 6 -ISRELEASED = False +MICRO = 7 +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) QUALIFIER = ''