Release 1.4

This commit is contained in:
Corey Oordt 2016-02-15 17:25:28 -06:00
parent b715096e6a
commit 1cbc7cf370
3 changed files with 9 additions and 1 deletions

View file

@ -12,3 +12,4 @@ David Charbonnier github.com/oxys
Brad Jasper github.com/bradjasper
Martin Matusiak github.com/numerodix
Iacopo Spalletti github.com/yakky
Brent O'Connor github.com/epicserve

View file

@ -13,6 +13,13 @@ Django Categories grew out of our need to provide a basic hierarchical taxonomy
As a news site, our stories, photos, and other content get divided into "sections" and we wanted all the apps to use the same set of sections. As our needs grew, the Django Categories grew in the functionality it gave to category handling within web pages.
New in 1.4
==========
* Support for Python 2.7, 3.4 and 3.5
* Support for Django 1.9
* Major help from Brent O'Connor (epicserve)
New in 1.3
==========

View file

@ -1,6 +1,6 @@
__version_info__ = {
'major': 1,
'minor': 3,
'minor': 4,
'micro': 0,
'releaselevel': 'final',
'serial': 1