Skip to content

Commit

Permalink
Bump version 0.2.1 -> 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseto committed Aug 29, 2017
1 parent 15f9b42 commit fc450c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
---------

0.2.2 (2017-08-29)
++++++++++++++++++
* Appropriately handle `.filter_is_sticky`

0.2.1 (2017-07-13)
++++++++++++++++++
* Recognize OneToOne fields as singular related fields
Expand Down
2 changes: 1 addition & 1 deletion include/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from include.query import IncludeQuerySet
from include.manager import IncludeManager

__version__ = '0.2.1'
__version__ = '0.2.2'
__all__ = ('IncludeManager', 'IncludeQuerySet', )

default_app_config = 'include.IncludeConfig'
Expand Down

0 comments on commit fc450c6

Please sign in to comment.