Skip to content

Commit

Permalink
Merge pull request #4 from dave-shawley/release/0.0.2
Browse files Browse the repository at this point in the history
Metadata bumps for 0.0.2.
  • Loading branch information
dave-shawley committed Jun 22, 2016
2 parents acf7cef + f22f2b7 commit 151e3e7
Show file tree
Hide file tree
Showing 3 changed files with 8 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.1'
version = '0.0.2'
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,14 +1,15 @@
Release History
===============

`Next Release`_
---------------
`0.0.2`_ (22-Jun-2016)
----------------------
- Add support for ``options`` parameter.

`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.1...HEAD
.. _Next Release: https://github.com/dave-shawley/sphinx-jsondomain/compare/0.0.2...HEAD
.. _0.0.2: https://github.com/dave-shawley/sphinx-jsondomain/compare/0.0.1...0.0.2
.. _0.0.1: https://github.com/dave-shawley/sphinx-jsondomain/compare/0.0.0...0.0.1
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,17 @@ def read_requirements(name):

setuptools.setup(
name='sphinx-jsondomain',
version='0.0.1',
version='0.0.2',
url='https://github.com/dave-shawley/sphinx-jsondomain',
description='Describe JSON document structures in sphinx',
long_description='\n'+open('README.rst').read(),
license='BSD',
author='Dave Shawley',
author_email='daveshawley+python@gmail.com',
py_modules=['sphinxjsondomain'],
install_requires=read_requirements('installation.txt'),
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
Expand Down

0 comments on commit 151e3e7

Please sign in to comment.