Skip to content

Commit f388991

Browse files
committed
Getting ready for 2.0.0 final
1 parent 522f46e commit f388991

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

ANNOUNCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Announcing datasette-connectors 1.0.0
1+
# Announcing datasette-connectors 2.0.0
22

33
## What's new
44

5-
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).
5+
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).
66

77
## What it is
88

RELEASE_NOTES.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Release notes for datasette-connectors
22

33

4-
## Changes from 1.0.0 to 1.0.1
4+
## Changes from 1.0.0 to 2.0.0
55

6-
#XXX version-specific blurb XXX#
6+
* Compatible with Datasette 0.51.1
7+
8+
* A lot of changes in API adopting a more pythonic style.
79

810

911
## Initial version 1.0.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.1-dev
1+
2.0.0

0 commit comments

Comments
 (0)