Skip to content

Commit

Permalink
Merge pull request #2 from dave-shawley/release/0.0.1
Browse files Browse the repository at this point in the history
Metadata bumps for 0.0.1.
  • Loading branch information
dave-shawley committed Jun 20, 2016
2 parents 668003d + 6c72862 commit e8336e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
project = 'sphinx-jsondomain'
copyright = '2016, Dave Shawley'
release = '0.0'
version = '0.0.0'
version = '0.0.1'
needs_sphinx = '1.0'
extensions = [
'sphinx.ext.intersphinx',
Expand Down
7 changes: 4 additions & 3 deletions docs/history.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Release History
===============

`Next Release`_
---------------
`0.0.1`_ (20-Jun-2016)
----------------------
- Initial implementation of ``:json:`` domain including support for
``:json:object::`` domain and ``:json:object:`` role.

.. _Next Release: https://github.com/dave-shawley/sphinx-jsondomain/compare/0.0.0...HEAD
.. _Next Release: https://github.com/dave-shawley/sphinx-jsondomain/compare/0.0.1...HEAD
.. _0.0.1: https://github.com/dave-shawley/sphinx-jsondomain/compare/0.0.0...0.0.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def read_requirements(name):

setuptools.setup(
name='sphinx-jsondomain',
version='0.0.0',
version='0.0.1',
url='https://github.com/dave-shawley/sphinx-jsondomain',
description='Describe JSON document structures in sphinx',
long_description='\n'+open('README.rst').read(),
Expand Down

0 comments on commit e8336e2

Please sign in to comment.