]> git.jsancho.org Git - datasette-connectors.git/commitdiff
Getting ready for 2.0.0 final
authorJavier Sancho <jsf@jsancho.org>
Sat, 21 Nov 2020 19:35:12 +0000 (20:35 +0100)
committerJavier Sancho <jsf@jsancho.org>
Sat, 21 Nov 2020 19:35:12 +0000 (20:35 +0100)
ANNOUNCE.md
RELEASE_NOTES.md
VERSION

index 0d8c907529e3ac27c9032c017f7208c735398ebc..2a699cac61d862c7b51f26d580c5b0be50c911e4 100644 (file)
@@ -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
 
index 778d8c604b295e2533fb5655832385ed94d22d58..2bff80b056a0cb6b1b996306adb553de8c347ad6 100644 (file)
@@ -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 3f60217db9bd7fbdceaabb6f9a7c65435b093d62..227cea215648b1af34a87c9acf5b707fe02d2072 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.1-dev
+2.0.0