Skip to content

Commit 521477b

Browse files
committed
Docs: Add release dates to What's New and Changelog pages (issue #135)
Suggested by @AnneTheAgile on GitHub.
1 parent fd44b5e commit 521477b

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
lines changed

docs/changelog.rst

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
Changes in previous versions
44
****************************
55

6-
Changes in the most recent two versions are here: :ref:`whats-new`.
6+
Changes in the most recent major version are here: :ref:`whats-new`.
77

88
.. _whats-new-0.13.x:
99

10-
Changes in version 0.13.1
11-
=========================
10+
Changes in version 0.13.1 (2014-09-23)
11+
======================================
1212

1313
This is a bug-fix release:
1414

@@ -19,8 +19,8 @@ This is a bug-fix release:
1919
- Doc formatting fix (issues #98, 100)
2020

2121

22-
Changes in version 0.13
23-
=======================
22+
Changes in version 0.13 (2014-08-13)
23+
====================================
2424

2525
This is mostly a clean-up release. It adds some small new compatibility features
2626
and fixes several bugs.
@@ -68,16 +68,16 @@ Bug fixes
6868

6969
.. _whats-new-0.12.4:
7070

71-
Changes in version 0.12.4
72-
=========================
71+
Changes in version 0.12.4 (2014-07-18)
72+
======================================
7373

7474
- Fix upcasting behaviour of newint (issue #76).
7575

7676

7777
.. _whats-new-0.12.3:
7878

79-
Changes in version 0.12.3
80-
=========================
79+
Changes in version 0.12.3 (2014-06-19)
80+
======================================
8181

8282
- Add "official Python 3.4 support": Py3.4 is now listed among the PyPI Trove
8383
classifiers and the tests now run successfully on Py3.4 (issue #67).
@@ -107,8 +107,8 @@ Changes in version 0.12.3
107107

108108
.. _whats-new-0.12.2:
109109

110-
Changes in version 0.12.2
111-
=========================
110+
Changes in version 0.12.2 (2014-05-25)
111+
======================================
112112

113113
- Add ``bytes.maketrans()`` method (issue #51).
114114
- Add support for Python versions between 2.7.0 and 2.7.3 (inclusive)
@@ -118,8 +118,8 @@ Changes in version 0.12.2
118118

119119
.. _whats-new-0.12.1:
120120

121-
Changes in version 0.12.1
122-
=========================
121+
Changes in version 0.12.1 (2014-05-14)
122+
======================================
123123

124124
- Python 2.6 support: ``future.standard_library`` now isolates the ``importlib``
125125
dependency to one function (``import_``) so the ``importlib`` backport may
@@ -130,8 +130,8 @@ Changes in version 0.12.1
130130

131131
.. _whats-new-0.12:
132132

133-
Changes in version 0.12.0
134-
=========================
133+
Changes in version 0.12.0 (2014-05-06)
134+
======================================
135135

136136
The major new feature in this version is improvements in the support for the
137137
reorganized standard library (PEP 3108) and compatibility of the import
@@ -348,8 +348,8 @@ Many small improvements and fixes have been made across the project. Some highli
348348

349349
.. _whats-new-0.11.4:
350350

351-
Changes in version 0.11.4
352-
=========================
351+
Changes in version 0.11.4 (2014-05-25)
352+
======================================
353353

354354
This release contains various small improvements and fixes:
355355

@@ -375,8 +375,8 @@ This release contains various small improvements and fixes:
375375

376376
.. _whats-new-0.11.3:
377377

378-
Changes in version 0.11.3
379-
=========================
378+
Changes in version 0.11.3 (2014-02-27)
379+
======================================
380380

381381
This release has improvements in the standard library import hooks mechanism and
382382
its compatibility with 3rd-party modules:
@@ -443,8 +443,8 @@ The ``pasteurize`` script for converting from Py3 to Py2/3 still adds
443443

444444
.. _whats-new-0.11:
445445

446-
Changes in version 0.11
447-
=======================
446+
Changes in version 0.11 (2014-01-28)
447+
====================================
448448

449449
There are several major new features in version 0.11.
450450

@@ -571,8 +571,8 @@ types but not their use.
571571

572572
.. _whats-new-0.10.2:
573573

574-
Changes in version 0.10.2
575-
=========================
574+
Changes in version 0.10.2 (2014-01-11)
575+
======================================
576576

577577
New context-manager interface to standard_library hooks
578578
-------------------------------------------------------
@@ -611,8 +611,8 @@ As usual, this feature has no effect on Python 3.
611611

612612
.. _whats-new-0.10:
613613

614-
Changes in version 0.10.0
615-
=========================
614+
Changes in version 0.10.0 (2013-12-02)
615+
======================================
616616

617617
Backported ``dict`` type
618618
------------------------
@@ -656,8 +656,8 @@ Bugfixes
656656

657657
.. _whats-new-0.9:
658658

659-
Changes in version 0.9
660-
======================
659+
Changes in version 0.9 (2013-11-06)
660+
===================================
661661

662662

663663
``isinstance`` checks are supported natively with backported types
@@ -716,8 +716,8 @@ To work around this, ``future`` now provides a context manager called
716716

717717
.. _whats-new-0.8:
718718

719-
Changes in version 0.8
720-
======================
719+
Changes in version 0.8 (2013-10-28)
720+
===================================
721721

722722
Python 2.6 support
723723
------------------

docs/whatsnew.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ What's New
55

66
.. _whats-new-0.14.x:
77

8-
What's new in version 0.14.3
9-
============================
8+
What's new in version 0.14.3 (2014-12-15)
9+
=========================================
1010

1111
This is a bug-fix release:
1212

@@ -16,8 +16,8 @@ This is a bug-fix release:
1616
- Improve ``newrange``: equality and slicing, start/stop/step properties, refactoring (issues #129, #130)
1717
- Minor doc updates
1818

19-
What's new in version 0.14.2
20-
============================
19+
What's new in version 0.14.2 (2014-11-21)
20+
=========================================
2121

2222
This is a bug-fix release:
2323

@@ -32,8 +32,8 @@ This is a bug-fix release:
3232
- Tests: don't rely on presence of ``test.test_support`` on Py2 or ``test.support`` on Py3 (issue #109)
3333
- Tests: don't override existing ``PYTHONPATH`` for tests (PR #111)
3434

35-
What's new in version 0.14.1
36-
============================
35+
What's new in version 0.14.1 (2014-10-02)
36+
=========================================
3737

3838
This is a minor bug-fix release:
3939

@@ -43,8 +43,8 @@ This is a minor bug-fix release:
4343
exists on Py2 (issue #109)
4444

4545

46-
What's new in version 0.14
47-
==========================
46+
What's new in version 0.14 (2014-10-02)
47+
=======================================
4848

4949
This is a major new release that offers a cleaner interface for most imports in
5050
Python 2/3 compatible code.

0 commit comments

Comments
 (0)