Skip to content

Commit

Permalink
bump to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nitely committed Oct 7, 2020
1 parent 62cf387 commit fd70138
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ python:
env:
- DJANGO=2.2.8
- DJANGO=3.0.3
- DJANGO=3.1.1
install:
- pip install --upgrade pip
- pip install -q Django==$DJANGO
Expand Down
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
==================

* Support paginating by multiple fields
* Adds Django 3.1 support

1.1.0
==================
Expand Down
2 changes: 1 addition & 1 deletion infinite_scroll_pagination/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.0'
__version__ = '1.2.0'

0 comments on commit fd70138

Please sign in to comment.