File tree Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -276,7 +276,6 @@ properly to a Python 2/3 compatible codebase using a tool like
276
276
Note: the auto-translation feature is still in alpha; it needs more testing and
277
277
development, and will likely never be perfect.
278
278
279
- For more info, see :ref: `translation `.
280
279
281
280
Pre-commit hooks
282
281
----------------
Original file line number Diff line number Diff line change @@ -4,13 +4,25 @@ What's New
4
4
**********
5
5
6
6
What's new in version 1.0.0 (2024-02-21)
7
- =========================================
8
- This is a minor bug-fix release containing a small number of fixes:
7
+ ========================================
8
+
9
+ The new version number of 1.0.0 indicates that the python-future project, like
10
+ Python 2, is now done.
11
+
12
+ The most important change in this release is adding support for Python 3.12
13
+ (ba1cc50 and a6222d2 and bcced95).
14
+
15
+ This release also includes these fixes:
9
16
10
- - Fix for Python 3.12's removal of the imp module
11
17
- Small updates to the docs
12
- - Add a note to the docs that the package, like Python 2, is done.
18
+ - Add SECURITY.md describing security policy (0598d1b)
13
19
- Fix pasteurize: NameError: name 'unicode' is not defined (de68c10)
20
+ - Move CI to GitHub Actions (8cd11e8)
21
+ - Add setuptools to requirements for building docs (0c347ff)
22
+ - Fix typos in docs (350e87a)
23
+ - Make the fix_unpacking fixer more robust (de68c10)
24
+ - Small improvements to shell scripts according to shellcheck (6153844)
25
+
14
26
15
27
What's new in version 0.18.3 (2023-01-13)
16
28
=========================================
You can’t perform that action at this time.
0 commit comments