Skip to content

Commit

Permalink
Merge pull request #15 from crd/develop
Browse files Browse the repository at this point in the history
Merge develop into master in preparation of v0.2.3
  • Loading branch information
crd authored Sep 10, 2019
2 parents 9f90aec + 60593ab commit d946aa6
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 55 deletions.
125 changes: 71 additions & 54 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion faker_credit_score/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Package version."""
VERSION = (0, 2, 2)
VERSION = (0, 2, 3)

__version__ = '.'.join(map(str, VERSION))

0 comments on commit d946aa6

Please sign in to comment.