Skip to content

Commit e2da6c1

Browse files
committed
Add dates to all releases in changes.rst
Updated docs/contributing.rst to date the release as part of the release process. Useful when scanning history for the evolution of the project over time. Follows practices recommended by http://keepachangelog.com/
1 parent c8345d2 commit e2da6c1

File tree

2 files changed

+25
-23
lines changed

2 files changed

+25
-23
lines changed

docs/changes.rst

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Change log
22
==========
33

4-
UNRELEASED
5-
----------
4+
1.9.1 (2017-11-15)
5+
------------------
66

77
* Fix erroneous ``ContentNotRenderedError`` raised by the redirects panel.
88

9-
1.9
10-
---
9+
1.9 (2017-11-13)
10+
----------------
1111

1212
This version is compatible with Django 2.0 and requires Django 1.8 or
1313
later.
@@ -18,8 +18,8 @@ Bugfixes
1818
* The profiling panel now escapes reported data resulting in valid HTML.
1919
* Many minor cleanups and bugfixes.
2020

21-
1.8
22-
---
21+
1.8 (2017-05-05)
22+
----------------
2323

2424
This version is compatible with Django 1.11 and requires Django 1.8 or
2525
later.
@@ -56,8 +56,8 @@ Bugfixes
5656
forms rendering.
5757
* Long SQL statements are now forcibly wrapped to fit on the screen.
5858

59-
1.7
60-
---
59+
1.7 (2017-03-05)
60+
----------------
6161

6262
Bugfixes
6363
~~~~~~~~
@@ -72,8 +72,8 @@ Bugfixes
7272
* A few CSS classes have been prefixed with ``djdt-`` to avoid
7373
conflicting class names.
7474

75-
1.6
76-
---
75+
1.6 (2016-10-05)
76+
----------------
7777

7878
The debug toolbar was adopted by jazzband.
7979

@@ -91,8 +91,8 @@ Bugfixes
9191
* The ``DebugToolbarMiddleware`` now also supports Django 1.10's ``MIDDLEWARE``
9292
setting.
9393

94-
1.5
95-
---
94+
1.5 (2016-07-21)
95+
----------------
9696

9797
This version is compatible with Django 1.10 and requires Django 1.8 or later.
9898

@@ -107,8 +107,8 @@ Bugfixes
107107
* Improve the UI slightly.
108108
* Fix invalid (X)HTML.
109109

110-
1.4
111-
---
110+
1.4 (2015-10-06)
111+
----------------
112112

113113
This version is compatible with Django 1.9 and requires Django 1.7 or later.
114114

@@ -125,8 +125,8 @@ Bugfixes
125125
* Response time for requests of projects with numerous media files has
126126
been improved.
127127

128-
1.3
129-
---
128+
1.3 (2015-03-10)
129+
----------------
130130

131131
This is the first version compatible with Django 1.8.
132132

@@ -148,8 +148,8 @@ Bugfixes
148148
* The private copy of jQuery no longer registers as an AMD module on sites
149149
that load RequireJS.
150150

151-
1.2
152-
---
151+
1.2 (2014-04-25)
152+
----------------
153153

154154
New features
155155
~~~~~~~~~~~~
@@ -165,8 +165,8 @@ Bugfixes
165165
This private copy is available in ``djdt.jQuery``. Third-party panels are
166166
encouraged to use it because it should be as stable as the toolbar itself.
167167

168-
1.1
169-
---
168+
1.1 (2014-04-12)
169+
----------------
170170

171171
This is the first version compatible with Django 1.7.
172172

@@ -191,8 +191,8 @@ Deprecated features
191191
* The ``INTERCEPT_REDIRECTS`` setting is superseded by the more generic
192192
``DISABLE_PANELS``.
193193

194-
1.0
195-
---
194+
1.0 (2013-12-21)
195+
----------------
196196

197197
This is the first stable version of the Debug Toolbar!
198198

docs/contributing.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ their job, ``.po`` files must be downloaded with ``make update_translations``.
121121

122122
The release itself requires the following steps:
123123

124-
#. Bump version numbers in docs/conf.py, README.rst and setup.py and commit.
124+
#. Bump version numbers in ``docs/changes.rst``, ``docs/conf.py``,
125+
``README.rst`` and ``setup.py``. Add the release date to
126+
``docs/changes.rst``. Commit.
125127

126128
#. Tag the new version.
127129

0 commit comments

Comments
 (0)