Skip to content

Commit

Permalink
release: v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
egabancho committed Aug 12, 2016
1 parent 77c03c2 commit 43fffc5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Changes
=======
Version 0.3.2 (released 2016-08-12)
-----------------------------------

- First draft video schema.
- Moves ``schemas`` folder up as they don't relay anymore on MACR21 as base
model.


Version 0.3.0 (released 2016-04-27)
-----------------------------------
Expand Down
14 changes: 7 additions & 7 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
==================
CDS-DoJSON v0.3.0
CDS-DoJSON v0.3.2
==================

DoJSON v0.3.0 was released on April 27, 2016.
DoJSON v0.3.2 was released on August 12, 2016.

About
-----
Expand All @@ -12,19 +12,19 @@ CDS DoJSON is an extension of DoJSON package with the customization for CDS.
New features
------------

- Add jsonschemas for all custom fields and for the models.
- Adds ``$schema`` key after performing the transformation depending on
the model used.
- First draft video schema.
- Moves ``schemas`` folder up as they don't relay anymore on MACR21 as base
model.

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

$ pip install cds-dojson==0.3.0
$ pip install cds-dojson==0.3.2

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

http://cds-dojson.readthedocs.org/en/v0.3.0
http://cds-dojson.readthedocs.org/en/v0.3.2

Happy hacking and thanks for flying DoJSON.

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

__version__ = "0.3.1dev20160601"
__version__ = "0.3.2"

0 comments on commit 43fffc5

Please sign in to comment.