Skip to content

Commit 865d01f

Browse files
committed
prepare 1.2.0 release
1 parent e6ac7d5 commit 865d01f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ The source code and issue tracker for this package can be found on Github:
179179
Version history
180180
===============
181181

182-
* 1.2.x, not yet released
182+
* 1.2.0, released at 2017-08-17
183183

184184
* allow ``mode='a'`` in :py:func:`~jsonlines.open()`
185185
to allow appending to an existing file

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="jsonlines",
10-
version="1.1.3",
10+
version="1.2.0",
1111
description="Library with helpers for the jsonlines file format",
1212
long_description=long_description,
1313
author="Wouter Bolsterlee",

0 commit comments

Comments
 (0)