Skip to content

Commit

Permalink
Merge pull request django-wiki#1140 from benjaoming/0.7.7
Browse files Browse the repository at this point in the history
Bump to 0.7.7
  • Loading branch information
benjaoming authored Aug 28, 2021
2 parents 54709ce + 0c8ef63 commit 9750edd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ Release plan
* **0.7.x** Removes Django 2.1 support, adds Django 3.1, 3.2


0.7.7 (unreleased)
------------------
0.7.7
-----

Released on 2021-08-28.

Changed
~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion src/wiki/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@

default_app_config = "wiki.apps.WikiConfig"

VERSION = (0, 7, 6, "final", 0)
VERSION = (0, 7, 7, "final", 0)
__version__ = get_version(VERSION)

0 comments on commit 9750edd

Please sign in to comment.