Skip to content

Commit

Permalink
release: v1.0.0a4
Browse files Browse the repository at this point in the history
Signed-off-by: Jacopo Notarstefano <jacopo.notarstefano@gmail.com>
  • Loading branch information
jacquerie committed Jun 2, 2017
1 parent 8552f84 commit 5b30463
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 17 deletions.
14 changes: 2 additions & 12 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
..
This file is part of Invenio.
Copyright (C) 2015, 2016 CERN.
Copyright (C) 2015, 2016, 2017 CERN.
Invenio is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
Expand All @@ -25,17 +25,7 @@
Changes
=======

Version 1.0.0a3 (release 2016-04-22)
------------------------------------

Improved features
~~~~~~~~~~~~~~~~~

- Cache for schemas loading.

- Local schemas resolving using JSONResolver.

Version 1.0.0a1 (release 2015-12-04)
Version 1.0.0a4 (release 2017-06-02)
------------------------------------

- Initial public release.
6 changes: 3 additions & 3 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
==============================
Invenio-JSONSchemas v1.0.0a3
Invenio-JSONSchemas v1.0.0a4
==============================

Invenio-JSONSchemas v1.0.0a3 was released on April 22, 2016.
Invenio-JSONSchemas v1.0.0a4 was released on June 2, 2017.

About
-----
Expand All @@ -19,7 +19,7 @@ What's new
Installation
------------

$ pip install invenio-jsonschemas==1.0.0a3
$ pip install invenio-jsonschemas==1.0.0a4

Documentation
-------------
Expand Down
4 changes: 2 additions & 2 deletions invenio_jsonschemas/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of Invenio.
# Copyright (C) 2015, 2016 CERN.
# Copyright (C) 2015, 2016, 2017 CERN.
#
# Invenio is free software; you can redistribute it
# and/or modify it under the terms of the GNU General Public License as
Expand Down Expand Up @@ -30,4 +30,4 @@

from __future__ import absolute_import, print_function

__version__ = "1.0.0a4.dev20160425"
__version__ = "1.0.0a4"

0 comments on commit 5b30463

Please sign in to comment.