Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
marazmiki committed May 23, 2015
1 parent 1faf419 commit acb47af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ env:
- DJANGO=1.5.12
- DJANGO=1.6.11
- DJANGO=1.7.8
- DJANGO=1.8.1
- DJANGO=1.8.2

install:
- pip install -q Django==$DJANGO
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.rst
@@ -1,3 +1,8 @@
0.0.2
-----

* Updated head version of Django (1.8.2)

0.2.1
-----

Expand Down
2 changes: 1 addition & 1 deletion onpay/__init__.py
Expand Up @@ -7,4 +7,4 @@


def get_version():
return '0.2.1'
return '0.2.2'

0 comments on commit acb47af

Please sign in to comment.