Skip to content

Commit

Permalink
Update the version to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
epicserve committed Aug 31, 2020
1 parent 6de15e3 commit 3f9109f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ 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.8
==========

* Support for Django 3.1
* Removed support for Python 2.7

New in 1.7
==========

Expand Down
4 changes: 2 additions & 2 deletions categories/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__version_info__ = {
'major': 1,
'minor': 7,
'micro': 2,
'minor': 8,
'micro': 0,
'releaselevel': 'final',
'serial': 1
}
Expand Down

0 comments on commit 3f9109f

Please sign in to comment.