Skip to content

Commit

Permalink
Merge pull request #24 from kaplun/master
Browse files Browse the repository at this point in the history
version: preparing for release
  • Loading branch information
kaplun committed Sep 20, 2016
2 parents ef6c0d1 + d20e8a0 commit 3b83a48
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Expand Up @@ -25,6 +25,7 @@
Changes
=======

Version 0.1.0 (released TBD)
Version 0.2.0:
--------------

- Initial public release.
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Expand Up @@ -53,9 +53,9 @@ If you are proposing a feature:
Get Started!
------------

Ready to contribute? Here's how to set up `invenio` for local development.
Ready to contribute? Here's how to set up `json-merger` for local development.

1. Fork the `invenio` repo on GitHub.
1. Fork the `json-merger` repo on GitHub.
2. Clone your fork locally:

.. code-block:: console
Expand Down
15 changes: 7 additions & 8 deletions RELEASE-NOTES.rst
@@ -1,13 +1,13 @@
====================
json-merger v0.1.0
json-merger v0.2.0
====================

json-merger v0.1.0 was released on TBD, 2016.
json-merger v0.2.0 was released on September 20, 2016.

About
-----

Invenio module that is able to merge json record objects.
Python module that is able to merge json record objects.

*This is an experimental developer preview release.*

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

$ pip install json-merger==0.1.0
$ pip install json-merger==0.2.0

Documentation
-------------
Expand All @@ -29,8 +29,7 @@ Documentation
Happy hacking and thanks for flying json-merger.

| Invenio Development Team
| Email: info@invenio-software.org
| IRC: #invenio on irc.freenode.net
| Twitter: http://twitter.com/inveniosoftware
| Email: admin@inspirehep.net
| Twitter: http://twitter.com/inspirehep
| GitHub: https://github.com/inspirehep/json-merger
| URL: http://invenio-software.org
| URL: http://inspirehep.org
2 changes: 1 addition & 1 deletion json_merger/version.py
Expand Up @@ -30,4 +30,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.1.0"
__version__ = "0.2.0"

0 comments on commit 3b83a48

Please sign in to comment.