Skip to content

Commit

Permalink
build: Iterate the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Mar 8, 2022
1 parent 5285836 commit 7eb099b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

0.0.8 (2022-03-08)
------------------

Added
~~~~~

- :meth:`jscc.testing.checks.validate_array_items` warns if a field whose ``type`` property includes "array" is missing the ``items`` property.

0.0.7 (2021-11-04)
------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
author = "Open Contracting Partnership and Open Data Services Co-operative Limited"

# The short X.Y version
version = "0.0.7"
version = "0.0.8"
# The full version, including alpha/beta/rc tags
release = version

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

setup(
name='jscc',
version='0.0.7',
version='0.0.8',
author='Open Contracting Partnership and Open Data Services Co-operative Limited',
author_email='data@open-contracting.org',
url='https://github.com/open-contracting/jscc',
Expand Down

0 comments on commit 7eb099b

Please sign in to comment.