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 Mar 17, 2020
1 parent 824b4c3 commit 895a54b
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

0.0.2 (Unreleased)
0.0.2 (2020-03-16)
------------------

Added
Expand All @@ -18,7 +18,7 @@ Changed
- :meth:`jscc.schema.is_codelist` accepts a list of field names, instead of a CSV reader
- :meth:`jscc.filesystem.walk_csv_data` returns text content, fieldnames, and rows, instead of a CSV reader

0.0.1 (2020-03-13)
0.0.1 (2020-03-15)
------------------

First release.
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.1'
version = '0.0.2'
# 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.1',
version='0.0.2',
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 895a54b

Please sign in to comment.