Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Dec 6, 2016
1 parent 5f6172f commit b9276a9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.2.0 - 2016-12-06
------------------

* `fsnative`: safeguard against containing null bytes. All operations
converting to `fsnative` will now fail if the result would contain null
bytes. This means passing `fsnative` to functions like :func:`open` is now
always safe.


1.1.0 - 2016-12-05
------------------

Expand Down
2 changes: 1 addition & 1 deletion senf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
gettempdir, gettempprefix, mkdtemp, input_, expanduser, text2fsn


version = (1, 1, 0)
version = (1, 2, 0)
"""Tuple[`int`, `int`, `int`]: The version tuple (major, minor, micro)"""


Expand Down

0 comments on commit b9276a9

Please sign in to comment.