Skip to content

Commit

Permalink
Bumped version numbers after security release.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaugustin committed Jul 30, 2012
1 parent 2ae7722 commit 4bf2565
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions django_website/templates/flatpages/download.html
Expand Up @@ -9,7 +9,7 @@ <h1>{{ flatpage.title }}</h1>
{% block content-related %}
<h2>For the impatient:</h2>
<ul>
<li>Latest release: <a href="https://www.djangoproject.com/download/1.4/tarball/">Django-1.4.tar.gz</a><br>Checksum: <a href="https://www.djangoproject.com/download/1.4/checksum/">Django-1.4.checksum.txt</a></li>
<li>Latest release: <a href="https://www.djangoproject.com/download/1.4.1/tarball/">Django-1.4.1.tar.gz</a><br>Checksum: <a href="https://www.djangoproject.com/download/1.4.1/checksum/">Django-1.4.1.checksum.txt</a></li>
</ul>

<h2>Which version is better?</h2>
Expand All @@ -18,7 +18,7 @@ <h2>Which version is better?</h2>
<p>If you're just looking for a stable deployment target and don't mind waiting for the next release, you'll want to stick with the latest official release (which will always include detailed notes on any changes you'll need to make while upgrading).</p>
<h2>Previous releases</h2>
<ul>
<li>Django 1.3.1: <a href="https://www.djangoproject.com/download/1.3.1/tarball/">Django-1.3.1.tar.gz</a><br>Checksum: <a href="https://www.djangoproject.com/download/1.3.1/checksum/">Django-1.3.1.checksum.txt</a></li>
<li>Django 1.3.2: <a href="https://www.djangoproject.com/download/1.3.2/tarball/">Django-1.3.2.tar.gz</a><br>Checksum: <a href="https://www.djangoproject.com/download/1.3.1/checksum/">Django-1.3.2.checksum.txt</a></li>
</ul>

<h2>Unsupported previous releases (no longer receive security updates or bugfixes)</h2>
Expand Down
2 changes: 1 addition & 1 deletion django_website/templates/homepage.html
Expand Up @@ -35,7 +35,7 @@ <h3>Internationalization</h3>

<h2>Download</h2>
<ul class="linklist">
<li class="button-download"><a href="/download/">Latest release: <strong>1.4</strong></a></li>
<li class="button-download"><a href="/download/">Latest release: <strong>1.4.1</strong></a></li>
</ul>
<p>Open source, <a href="https://github.com/django/django/blob/master/LICENSE">BSD license</a></p>
<h2>Documentation</h2>
Expand Down

0 comments on commit 4bf2565

Please sign in to comment.