Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 0.7.0 #127

Merged
merged 1 commit into from
Apr 4, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

Version 0.7.0 (released 2018-04-03)
-----------------------------------

- Addition of default language for videos (English)

Version 0.6.0 (released 2017-12-08)
-----------------------------------

Expand Down
9 changes: 5 additions & 4 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
==================
CDS-DoJSON v0.6.0
CDS-DoJSON v0.7.0
==================

DoJSON v0.6.0 was released on December 8, 2017.
DoJSON v0.7.0 was released on April 3, 2018.

About
-----
Expand All @@ -15,16 +15,17 @@ New features
- First draft video schema.
- Moves ``schemas`` folder up as they don't relay anymore on MACR21 as base
model.
- Addition of default language for videos (English)

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

$ pip install cds-dojson==0.6.0
$ pip install cds-dojson==0.7.0

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

https://cds-dojson.readthedocs.org/en/v0.6.0
https://cds-dojson.readthedocs.org/en/v0.7.0

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 @@ -32,4 +32,4 @@
# Do not change the format of this next line. Doing so risks breaking
# setup.py and docs/conf.py

__version__ = "0.6.0"
__version__ = "0.7.0"