mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Update the version to 1.7
This commit is contained in:
parent
31206db328
commit
cd405f4ba1
2 changed files with 17 additions and 2 deletions
15
README.rst
15
README.rst
|
|
@ -13,6 +13,21 @@ 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.7
|
||||
==========
|
||||
|
||||
* Support for Django 3
|
||||
|
||||
New in 1.6
|
||||
==========
|
||||
|
||||
* Support for Django 2
|
||||
|
||||
New in 1.5
|
||||
==========
|
||||
|
||||
* Support for Django 1.10
|
||||
|
||||
New in 1.4
|
||||
==========
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
__version_info__ = {
|
||||
'major': 1,
|
||||
'minor': 6,
|
||||
'micro': 1,
|
||||
'minor': 7,
|
||||
'micro': 0,
|
||||
'releaselevel': 'final',
|
||||
'serial': 1
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue