Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fenhl committed Feb 9, 2017
1 parent f1c2bce commit d9708ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
**lazyjson** is a module for Python 3.2 or higher that provides lazy JSON I/O.

This is `lazyjson` version 2.4.1 ([semver](http://semver.org/)). The versioned API is described below, in the section *API*.
This is `lazyjson` version 2.5.0 ([semver](http://semver.org/)). The versioned API is described below, in the section *API*.

Usage
=====
Expand Down Expand Up @@ -147,3 +147,5 @@ And the properties:

* `key` returns the last element in the `key_path` (see below), or `None` for the root node.
* `key_path` returns a list of keys (strings, integers, or slices) which lead from the root node to this node. For example, in `{"one": "eins", "two": ["dos", "deux"]}`, the `"dos"` would have a key path of `["two", 0]`. The root node's key path is `[]`.
* `parent` returns the parent node, or `None` for the root node.
* `root` returns the root node of this file.

0 comments on commit d9708ee

Please sign in to comment.