From f388991972086488e2869e50cac2059efff8eab8 Mon Sep 17 00:00:00 2001 From: Javier Sancho Date: Sat, 21 Nov 2020 20:35:12 +0100 Subject: [PATCH] Getting ready for 2.0.0 final --- ANNOUNCE.md | 4 ++-- RELEASE_NOTES.md | 6 ++++-- VERSION | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ANNOUNCE.md b/ANNOUNCE.md index 0d8c907..2a699ca 100644 --- a/ANNOUNCE.md +++ b/ANNOUNCE.md @@ -1,8 +1,8 @@ -# Announcing datasette-connectors 1.0.0 +# Announcing datasette-connectors 2.0.0 ## What's new -This is the first release of datasette-connectors, derived from the [Datasette](https://github.com/simonw/datasette) fork for supporting [Datasette-Pytables](https://github.com/PyTables/datasette-pytables). +This is a mayor version of datasette-connectors. There are two main features added. First, [Datasette 0.51.1](https://github.com/simonw/datasette) is used. Second, our API has been improved to a more pythonic style. Details can be found at [dummy example](https://github.com/PyTables/datasette-connectors/blob/master/tests/dummy.py). ## What it is diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 778d8c6..2bff80b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,9 +1,11 @@ # Release notes for datasette-connectors -## Changes from 1.0.0 to 1.0.1 +## Changes from 1.0.0 to 2.0.0 - #XXX version-specific blurb XXX# +* Compatible with Datasette 0.51.1 + +* A lot of changes in API adopting a more pythonic style. ## Initial version 1.0.0 diff --git a/VERSION b/VERSION index 3f60217..227cea2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.1-dev +2.0.0 -- 2.39.2