Skip to content

Commit 497f5b8

Browse files
committed
Update changelog & version number for 0.9.0 release
1 parent 7d9b2d7 commit 497f5b8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
## Changes in 0.8.2 (in development)
1+
## Changes in 0.9.0
22

3+
- Replace TypeSpecifier with simpler DataType class
4+
(addresses https://github.com/dcs4cop/xcube/issues/509)
5+
- Fix handling of undefined parameters in
6+
get_open_data_params_schema (commit 0ec84ff4)
37

48
## Changes in 0.8.1
59

xcube_cds/version.py

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

23-
version = '0.9.0.dev0'
23+
version = '0.9.0'

0 commit comments

Comments
 (0)