Skip to content

Commit e8336e2

Browse files
authored
Merge pull request #2 from dave-shawley/release/0.0.1
Metadata bumps for 0.0.1.
2 parents 668003d + 6c72862 commit e8336e2

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
project = 'sphinx-jsondomain'
55
copyright = '2016, Dave Shawley'
66
release = '0.0'
7-
version = '0.0.0'
7+
version = '0.0.1'
88
needs_sphinx = '1.0'
99
extensions = [
1010
'sphinx.ext.intersphinx',

docs/history.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
Release History
22
===============
33

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

9-
.. _Next Release: https://github.com/dave-shawley/sphinx-jsondomain/compare/0.0.0...HEAD
9+
.. _Next Release: https://github.com/dave-shawley/sphinx-jsondomain/compare/0.0.1...HEAD
10+
.. _0.0.1: https://github.com/dave-shawley/sphinx-jsondomain/compare/0.0.0...0.0.1

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def read_requirements(name):
2121

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

0 commit comments

Comments
 (0)