We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ac7d5 commit 865d01fCopy full SHA for 865d01f
doc/index.rst
@@ -179,7 +179,7 @@ The source code and issue tracker for this package can be found on Github:
179
Version history
180
===============
181
182
-* 1.2.x, not yet released
+* 1.2.0, released at 2017-08-17
183
184
* allow ``mode='a'`` in :py:func:`~jsonlines.open()`
185
to allow appending to an existing file
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name="jsonlines",
10
- version="1.1.3",
+ version="1.2.0",
11
description="Library with helpers for the jsonlines file format",
12
long_description=long_description,
13
author="Wouter Bolsterlee",
0 commit comments