This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/allura-site.git

commit 06997be94cbec2d701aa6cd1459b152f9531b0a8
Author: Dave Brondsema <[email protected]>
AuthorDate: Mon May 17 15:29:49 2021 -0400

    announce 1.13.0
---
 _src/content/2021-allura-1.13.0.md | 32 ++++++++++++++++++++++++++++++++
 _src/pelicanconf.py                |  6 +++---
 2 files changed, 35 insertions(+), 3 deletions(-)

diff --git a/_src/content/2021-allura-1.13.0.md 
b/_src/content/2021-allura-1.13.0.md
new file mode 100644
index 0000000..3422ac5
--- /dev/null
+++ b/_src/content/2021-allura-1.13.0.md
@@ -0,0 +1,32 @@
+Title: Apache Allura 1.13.0 released
+Date: 2021-05-17
+Tags: release
+Slug: allura-1.13.0
+Summary: Version 1.13.0 of Allura released
+
+#### What's New?
+
+Apache Allura 1.13.0 has been released, after over a year of development, it 
includes some major updates and a huge
+list of small fixes and improvements.  Some highlights are:
+
+ * Added ForgeFeedback app
+ * textarea inputs work better on mobile devices, and use browser spellchecker
+ * Forum importer for allura's own export format
+ * Allow multiple site-wide notices to be active
+
+#### Python 2 and 3 supported
+
+This release supports Python 2.7, 3.6, and 3.7.  It is the last release 
planned to support Python 2.  We recommend anyone
+running Allura on Python 2 update to Allura 1.13 and then switch from Python 2 
to Python 3.  For more details, see
+the [release 
notes](https://forge-allura.apache.org/p/allura/git/ci/master/tree/CHANGES) and 
feel free to ask questions
+on the [dev mailing 
list](https://lists.apache.org/[email protected]).
+
+#### Upgrade Instructions
+
+Due to supporting both Python 2 and 3, there are quite a few small things to 
be aware and to update, when upgrading
+to 1.13.0.  The [release 
notes](https://forge-allura.apache.org/p/allura/git/ci/master/tree/CHANGES) has 
all the details
+outlined.
+
+#### Get 1.13.0
+
+[Download Allura]({static}/download.html) and [install 
it](https://forge-allura.apache.org/docs/getting_started/installation.html) 
today.
diff --git a/_src/pelicanconf.py b/_src/pelicanconf.py
index 49455a2..772632a 100644
--- a/_src/pelicanconf.py
+++ b/_src/pelicanconf.py
@@ -45,9 +45,9 @@ TAG_FEED_ATOM = 'feeds/tag.{slug}.atom.xml'
 
 CURRENT_YEAR = dt.date.today().year
 
-RELEASE_VERSION = '1.12.0'
-RELEASE_DATE = 'Oct 2019'
-RELEASE_NEWS = 'posts/2019-allura-1.12.0.html'
+RELEASE_VERSION = '1.13.0'
+RELEASE_DATE = 'May 2021'
+RELEASE_NEWS = 'posts/2021-allura-1.13.0.html'
 DIST_URL = 'https://downloads.apache.org/allura/'
 
 FORGE_ALLURA_URL = 'https://forge-allura.apache.org/'

Reply via email to