Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wullerot committed May 25, 2018
1 parent fba918b commit b6b7ca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Simple terms and condition notify app

## Install
```shell
$ pip install -e git+https://github.com/rouxcode/[email protected].4#egg=django-tac
$ pip install -e git+https://github.com/rouxcode/[email protected].5#egg=django-tac
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion tac/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from __future__ import unicode_literals


__version__ = '0.1.4'
__version__ = '0.1.5'
default_app_config = 'tac.apps.TACConfig'

0 comments on commit b6b7ca8

Please sign in to comment.