Skip to content

Commit

Permalink
Add history and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavisp3 committed Jan 22, 2016
1 parent 757eee9 commit bbb073e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions History.md
@@ -0,0 +1,7 @@
0.4.0 / 2016-01-21
==================

* Drop support for Django 1.4, 1.5, and 1.6.
* Add support for Django 1.8 and 1.9.
* Fix mising row bug in ORM-based annotate.
* Fix default (no matching row) values in annotate.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '0.3.2'
version = '0.4.0'
# The full version, including alpha/beta/rc tags.
release = '0.3.2'
release = '0.4.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@
readme = f.read()
f.close()

VERSION = (0, 3, 2)
VERSION = (0, 4, 0)

setup(
name='django-generic-aggregation',
Expand Down

0 comments on commit bbb073e

Please sign in to comment.