Skip to content

Commit

Permalink
Bump version and release notes for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vsalvino committed Jun 7, 2022
1 parent 1d6d3ea commit 9482f53
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ This cache feature was originally part of `coderedcms
<https://github.com/coderedcorp/coderedcms>`_ and is in use successfully on live
production sites.

Requires Wagtail >= 2.0
Version 1.x supports Wagtail 2.

Version 2.x supports Wagtail 3.


Contents
Expand Down
1 change: 1 addition & 0 deletions docs/releases/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Release Notes
.. toctree::
:maxdepth: 1

v2.0.0
v1.1.0
v1.0.2
v1.0.1
Expand Down
10 changes: 10 additions & 0 deletions docs/releases/v2.0.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
2.0.0 release notes
===================

* Includes everything from :doc:`1.1 <v1.1.0>` released in tandem.

* Includes new SVG icon in settings panel. Previously this icon was either the
cog, or the lighthing bolt if ``wagtailfontawesome`` was installed.

* Supports Wagtail 3 and only Wagtail 3. Wagtail 2 support will be maintained in
the 1.x series as needed.
2 changes: 1 addition & 1 deletion wagtailcache/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
release = ["1", "1", "0"]
release = ["2", "0", "0"]
__version__ = "{0}.{1}.{2}".format(release[0], release[1], release[2])
__shortversion__ = "{0}.{1}".format(release[0], release[1])

Expand Down

0 comments on commit 9482f53

Please sign in to comment.