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 Jan 6, 2020
1 parent bbb82c6 commit 3c83ee7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.rst
@@ -1,7 +1,7 @@
Changelog
=========

0.2.1 (Unreleased)
0.2.1 (2020-01-06)
------------------

Added
Expand Down Expand Up @@ -40,7 +40,7 @@ CLI:

Library:

- Rename ``compile_release_packages`` to ``merge``
- **Backwards-incompatible**: Rename ``compile_release_packages`` to ``merge``
- Add ``packager`` module with ``Packager`` class

Fixed
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -28,7 +28,7 @@
author = 'Open Contracting Partnership'

# The short X.Y version
version = '0.2.0'
version = '0.2.1'
# The full version, including alpha/beta/rc tags
release = version

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name='ocdskit',
version='0.2.0',
version='0.2.1',
author='Open Contracting Partnership',
author_email='data@open-contracting.org',
url='https://github.com/open-contracting/ocdskit',
Expand Down

0 comments on commit 3c83ee7

Please sign in to comment.