Skip to content

Commit

Permalink
Bump version number and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
birdsarah committed Feb 9, 2015
1 parent 0b49f65 commit afeb633
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Change Log

## 0.30

* Add support for preserving other query strings (thanks @fle)
* Make sure tests run in 1.6 and 1.7 (thanks @fle)
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='django-sortable-listview',
version='0.23',
version='0.30',
packages=['sortable_listview'],
include_package_data=True,
license=LICENSE,
Expand All @@ -20,7 +20,7 @@
author_email='[email protected]',
install_requires=['django>=1.4'],
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
Expand Down

0 comments on commit afeb633

Please sign in to comment.