Skip to content

Commit

Permalink
DoJSON v0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Kuncar <jiri.kuncar@cern.ch>
  • Loading branch information
jirikuncar committed Nov 18, 2015
1 parent 8a518b9 commit 946fcf1
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 14 deletions.
17 changes: 17 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,23 @@
Changes
=======

Version 0.4.0 (released 2015-11-18):
------------------------------------

New features
~~~~~~~~~~~~

- Improves dojson.contrib.marc2.utils.load() to read the input by
iterating of the open stream, rather than loading it all in memory
in one go. (#45) (#46)
- Renames OverUndo to Underdo following same name convention as for
Overdo.

Bug fixes
~~~~~~~~~

- Fixes indicator extraction from value in `Underdo` model.

Version 0.3.0 (released 2015-11-09):
------------------------------------

Expand Down
27 changes: 14 additions & 13 deletions RELEASE-NOTES.rst
@@ -1,36 +1,37 @@
===============
DoJSON v0.3.0
DoJSON v0.4.0
===============

DoJSON v0.3.0 was released on November 9, 2015.
DoJSON v0.4.0 was released on November 18, 2015.

About
-----

DoJSON is a simple Pythonic JSON to JSON converter.

New features
------------

- Adds **experimental** rules for converting human readable JSON into
a JSON representation of the MARC21 Format.
- Adds `do` and `missing` commands for `dojson` command line interface
(see `dojson --help` for more information).

Improved features
-----------------

- Adds missing mapping for the first indicator of field 856.
- Improves dojson.contrib.marc2.utils.load() to read the input by
iterating of the open stream, rather than loading it all in memory
in one go. (#45) (#46)
- Renames OverUndo to Underdo following same name convention as for
Overdo.

Bug fixes
---------

- Fixes indicator extraction from value in `Underdo` model.

Installation
------------

$ pip install dojson==0.3.0
$ pip install dojson==0.4.0

Documentation
-------------

http://dojson.readthedocs.org/en/v0.3.0
http://dojson.readthedocs.org/en/v0.4.0

Happy hacking and thanks for flying DoJSON.

Expand Down
2 changes: 1 addition & 1 deletion dojson/version.py
Expand Up @@ -16,4 +16,4 @@
# Do not change the format of this next line. Doing so risks breaking
# setup.py and docs/conf.py

__version__ = "0.3.1.dev20151109"
__version__ = "0.4.0"

0 comments on commit 946fcf1

Please sign in to comment.