Skip to content

Commit

Permalink
DoJSON v0.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tibor Simko <[email protected]>
Reviewed-by: Jiri Kuncar <[email protected]>
  • Loading branch information
tiborsimko committed Jul 3, 2015
1 parent 4db3676 commit 929e573
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Changes
=======

Version 0.1.0 (released FIXME):
Version 0.1.0 (released 2015-07-03):

- Initial public release.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ recursive-include docs *.py
recursive-include docs *.rst
recursive-include docs Makefile
recursive-include dojson *.py
recursive-include dojson *.json
recursive-include tests *.py
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
About
=====

A Pythonic JSON to JSON converter.
DoJSON is a simple Pythonic JSON to JSON converter.

Installation
============
Expand Down
34 changes: 34 additions & 0 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
===========================
DoJSON v0.1.0 is released
===========================

DoJSON v0.1.0 was released on July 3, 2015.

About
-----

DoJSON is a simple Pythonic JSON to JSON converter.

What's new
----------

- Initial public release.

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

$ pip install dojson

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

http://dojson.readthedocs.org/en/v0.1.0

Happy hacking and thanks for flying DoJSON.

| Invenio Development Team
| Email: [email protected]
| IRC: #invenio on irc.freenode.net
| Twitter: http://twitter.com/inveniosoftware
| GitHub: https://github.com/inveniosoftware/dojson
| URL: http://invenio-software.org
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</a>
</p>

DoJSON is a Pythonic library that converts JSON to JSON.
DoJSON is a simple Pythonic JSON to JSON converter.

Installation
============
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0.dev20150610"
__version__ = "0.1.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# modify it under the terms of the Revised BSD License; see LICENSE
# file for more details.

"""A Pythonic JSON to JSON converter."""
"""DoJSON is a simple Pythonic JSON to JSON converter."""

import os
import re
Expand Down

0 comments on commit 929e573

Please sign in to comment.