From 63953f56e7001c2e21bc37d5afac699c48c00b9e Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 27 May 2019 17:50:28 -0700 Subject: [PATCH] Release 1.0.1 --- docs/changelog.rst | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8ffc47d..c8ae8ab 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,14 @@ Changelog =========== + +.. _v1_0_1: + +1.0.1 (2019-05-27) +------------------ + +- ``sqlite-utils rows data.db table --json-cols`` - fixed bug where ``--json-cols`` was not obeyed + .. _v1_0: 1.0 (2019-05-24) diff --git a/setup.py b/setup.py index a0bd94a..530c02a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import io import os -VERSION = "1.0" +VERSION = "1.0.1" def get_long_description():