Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lnoor committed Jul 15, 2021
1 parent 309a7f0 commit 05f1da3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,11 @@ This software is made available under the GPL v3.
Changelog
=========

Version 1.16.11
---------------

Removed debugging code left in, pointed out by `Kevin Landreth <https://github.com/CrackerJackMack>`.

Version 1.16.10
---------------

Expand Down
5 changes: 5 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ Indices and tables
Changelog
=========

Version 1.16.11
---------------

Removed debugging code left in, pointed out by `Kevin Landreth <https://github.com/CrackerJackMack>`.

Version 1.16.10
---------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='sphinx-jsonschema',
version='1.16.10', # don't forget: must match __init__.py::setup() return value
version='1.16.11', # don't forget: must match __init__.py::setup() return value

description='Sphinx extension to display JSON Schema',
long_description=long_description,
Expand Down
2 changes: 1 addition & 1 deletion sphinx-jsonschema/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,5 +209,5 @@ def setup(app):
app.add_config_value('jsonschema_options', {}, 'env')
return {
'parallel_read_safe': True,
'version': '1.16.10'
'version': '1.16.11'
}

0 comments on commit 05f1da3

Please sign in to comment.