Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
Merge pull request #324 from IATI/setup_update
Browse files Browse the repository at this point in the history
Bumping version and small typo fix
  • Loading branch information
Imogen Kutz authored Aug 16, 2018
2 parents 8808e7b + b5c5769 commit 888a82c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
# built documents.
#
# The short X.Y version.
version = '0.3.0'
version = '0.4.0'
# The full version, including alpha/beta/rc tags.
release = '0.3.0'
release = '0.4.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
9 changes: 5 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[bumpversion]
commit = True
current_version = 0.3.0
current_version = 0.4.0

[bumpversion:file:setup.py]

Expand All @@ -18,7 +18,8 @@ add_select = D212,D404
convention = pep257

[tool:pytest]
markers =
fixed_to_202: mark that a test only uses v2.02 data, and could possibly be updated in the future to either be version-agnostic or test a wider range of versions
latest_version(version=None): mark a test as needing review when a new version of the IATI Standard is added. This will generally require adding a new input to the parameter list, and then updating the mark to reflect the change.
markers =
fixed_to_202: mark that a test only uses v2.02 data, and could possibly be updated in the future to either be version-agnostic or test a wider range of versions
latest_version(version=None): mark a test as needing review when a new version of the IATI Standard is added. This will generally require adding a new input to the parameter list, and then updating the mark to reflect the change.
testpaths = iati

0 comments on commit 888a82c

Please sign in to comment.