Skip to content

Commit

Permalink
Iterate the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Aug 30, 2019
1 parent fb4f6d8 commit 3253387
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

0.0.12 (2019-XX-XX)
0.0.12 (2019-08-29)
~~~~~~~~~~~~~~~~~~~

- Unregistered extensions are now supported by the profile builder. The ``extension_versions`` argument to ``ProfileBuilder`` can be a list of extensions' metadata URLs, base URLs and/or download URLs.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
author = 'Open Contracting Partnership'

# The short X.Y version
version = '0.0.11'
version = '0.0.12'
# 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='ocdsextensionregistry',
version='0.0.11',
version='0.0.12',
author='Open Contracting Partnership',
author_email='data@open-contracting.org',
url='https://github.com/open-contracting/extension_registry.py',
Expand Down

0 comments on commit 3253387

Please sign in to comment.