From: Javier Sancho Date: Fri, 1 Jun 2018 11:02:22 +0000 (+0200) Subject: Getting ready for 1.0.2 X-Git-Url: https://git.jsancho.org/?p=datasette-pytables.git;a=commitdiff_plain;h=4e2383e4c4af6e1e9d03d4aa33a0e9bc6e01d399;hp=600ae9bbf6645834a00ce72baad30245d1693800 Getting ready for 1.0.2 --- diff --git a/ANNOUNCE.md b/ANNOUNCE.md index 81d4a05..cc98025 100644 --- a/ANNOUNCE.md +++ b/ANNOUNCE.md @@ -1,4 +1,4 @@ -# Announcing datasette-pytables 1.0.1 +# Announcing datasette-pytables 1.0.2 ## What's new diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ccce779..95f23a8 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,12 +1,12 @@ # Release notes for datasette-pytables -## Changes from 1.0.1 to 1.0.2 +## Changes from 1.0.2 to 1.0.3 #XXX version-specific blurb XXX# -## Initial version 1.0.1 +## Initial version 1.0.2 * Filters (e.g. `temp >= 3`) are working. diff --git a/VERSION b/VERSION index 7dea76e..6d7de6e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.1 +1.0.2 diff --git a/setup.py b/setup.py index 8b01329..032a946 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import os def get_version(): with open('VERSION') as fd: - return fd.read() + return fd.read().strip() def get_long_description(): with open(os.path.join(