Skip to content

Commit 63953f5

Browse files
committed
Release 1.0.1
1 parent cec8c3c commit 63953f5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog
33
===========
44

5+
6+
.. _v1_0_1:
7+
8+
1.0.1 (2019-05-27)
9+
------------------
10+
11+
- ``sqlite-utils rows data.db table --json-cols`` - fixed bug where ``--json-cols`` was not obeyed
12+
513
.. _v1_0:
614

715
1.0 (2019-05-24)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import io
33
import os
44

5-
VERSION = "1.0"
5+
VERSION = "1.0.1"
66

77

88
def get_long_description():

0 commit comments

Comments
 (0)