Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Oct 9, 2018
1 parent 73854f2 commit de1b380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Changelog
#########

next (2018-xx-xx)
0.10 (2018-10-09)
=================

* [Enhancement] Support ``first()``, ``last()``, ``latest()``, and
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 @@ def long_description():
setup(
name='django-querysetsequence',
packages=find_packages(),
version='0.10.dev',
version='0.10',
description='Chain together multiple (disparate) QuerySets to treat them as a single QuerySet.',
long_description=long_description(),
author='Percipient Networks, LLC',
Expand Down

0 comments on commit de1b380

Please sign in to comment.