Skip to content

Commit

Permalink
Merge pull request #80 from johngian/bump-version
Browse files Browse the repository at this point in the history
Bump version: 0.1.8 → 0.1.9
  • Loading branch information
johngian authored Jan 13, 2017
2 parents 5d46cf4 + 00ff9d9 commit 99c225d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion mozilla_django_oidc/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.8'
__version__ = '0.1.9'
9 changes: 4 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.1.9
commit = True
tag = True

[bumpversion:file:setup.py]

[bumpversion:file:mozilla_django_oidc/__init__.py]

[wheel]
universal = 1

[flake8]
max-line-length=99
exclude=docs,build
max-line-length = 99
exclude = docs,build

0 comments on commit 99c225d

Please sign in to comment.