File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 4
4
project = 'sphinx-jsondomain'
5
5
copyright = '2016, Dave Shawley'
6
6
release = '0.0'
7
- version = '0.0.0 '
7
+ version = '0.0.1 '
8
8
needs_sphinx = '1.0'
9
9
extensions = [
10
10
'sphinx.ext.intersphinx' ,
Original file line number Diff line number Diff line change 1
1
Release History
2
2
===============
3
3
4
- `Next Release `_
5
- ---------------
4
+ `0.0.1 `_ (20-Jun-2016)
5
+ ----------------------
6
6
- Initial implementation of ``:json: `` domain including support for
7
7
``:json:object:: `` domain and ``:json:object: `` role.
8
8
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
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def read_requirements(name):
21
21
22
22
setuptools .setup (
23
23
name = 'sphinx-jsondomain' ,
24
- version = '0.0.0 ' ,
24
+ version = '0.0.1 ' ,
25
25
url = 'https://github.com/dave-shawley/sphinx-jsondomain' ,
26
26
description = 'Describe JSON document structures in sphinx' ,
27
27
long_description = '\n ' + open ('README.rst' ).read (),
You can’t perform that action at this time.
0 commit comments