Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
birdsarah committed Apr 2, 2015
1 parent dfeb40c commit e3d51e4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 0.41

* Further querystring improvement (thanks @fle)
* Test against Django 1.8

## 0.40

* Add support for Python 3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Requirements
============

* Python (2.6, 2.7, 3.2, 3.3, 3.4)
* Django (1.4, 1.5, 1.6, 1.7)
* Django (1.4, 1.5, 1.6, 1.7, 1.8)

(Tested against the latest version of each e.g. currently Python 2.7.4 & Django 1.5.12)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='django-sortable-listview',
version='0.40',
version='0.41',
packages=['sortable_listview'],
include_package_data=True,
license=LICENSE,
Expand Down

0 comments on commit e3d51e4

Please sign in to comment.