From 5a0d3ffb54bb0296742c098c55d8b7cdba196651 Mon Sep 17 00:00:00 2001 From: Javier Sancho Date: Fri, 1 Jun 2018 12:44:56 +0200 Subject: [PATCH] Preparing version 1.0.1 --- ANNOUNCE.md | 2 +- RELEASE_NOTES.md | 4 ++-- RELEASING.md | 3 +++ VERSION | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ANNOUNCE.md b/ANNOUNCE.md index 9f9dba4..81d4a05 100644 --- a/ANNOUNCE.md +++ b/ANNOUNCE.md @@ -1,4 +1,4 @@ -# Announcing datasette-pytables 1.0.0 +# Announcing datasette-pytables 1.0.1 ## What's new diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2d99c61..ccce779 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,12 +1,12 @@ # Release notes for datasette-pytables -## Changes from 1.0.0 to 1.0.1 +## Changes from 1.0.1 to 1.0.2 #XXX version-specific blurb XXX# -## Initial version 1.0.0 +## Initial version 1.0.1 * Filters (e.g. `temp >= 3`) are working. diff --git a/RELEASING.md b/RELEASING.md index c4b8079..1c6c882 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -7,6 +7,8 @@ Date: 2018-06-01 ## Preliminaries +* Update the version number at ``VERSION`` and ``ANNOUNCE.md``. + * Make sure that ``RELEASE_NOTES.md`` and ``ANNOUNCE.md`` are up to date with the latest news in the release. @@ -62,6 +64,7 @@ Date: 2018-06-01 $ git clone https://github.com/PyTables/datasette-pytables $ cd datasette-pytables $ python setup.py build + $ pytest ``` * Make the tarball with the command: diff --git a/VERSION b/VERSION index 0ea3a94..7dea76e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0 +1.0.1 -- 2.39.2