Skip to content

Commit

Permalink
Getting ready for 2.0.1 final
Browse files Browse the repository at this point in the history
  • Loading branch information
jsancho-gpl committed Nov 28, 2020
1 parent 29e7287 commit c489c33
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ANNOUNCE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Announcing datasette-pytables 2.0.0
# Announcing datasette-pytables 2.0.1

## What's new

This new release of datasette-pytables uses datasette-connectors 2.0.0, which provides the last Datasette version with design and security improvings and many changes in its API. The main change for datasette-pytables users is that percent character has to be used instead slash for table names when writing queries in the Datasette query editor.
This new release of datasette-pytables uses datasette-connectors 2.0.1, which provides the last Datasette version with design and security improvings and many changes in its API. The main change for datasette-pytables users is that percent character has to be used instead slash for table names when writing queries in the Datasette query editor.

## What it is

Expand Down
4 changes: 2 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Release notes for datasette-pytables


## Changes from 1.1.0 to 2.0.0
## Changes from 1.1.0 to 2.0.1

* Communication with Datasette using datasette-connectors 2.0.0
* Communication with Datasette using datasette-connectors 2.0.1


## Changes from 1.0.3 to 1.1.0
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.0.1

0 comments on commit c489c33

Please sign in to comment.