Skip to content

Commit 9f33c2c

Browse files
committed
Bump version to 1.0.0
1 parent 6eef83d commit 9f33c2c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/whatsnew.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
What's New
44
**********
55

6-
What's new in version 0.8.4 (2024-02-21)
7-
========================================
6+
What's new in version 1.0.0 (2024-02-21)
7+
=========================================
88
This is a minor bug-fix release containing a small number of fixes:
99

1010
- Fix for Python 3.12's removal of the imp module

src/future/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@
8484
__author__ = 'Ed Schofield'
8585
__license__ = 'MIT'
8686
__copyright__ = 'Copyright 2013-2024 Python Charmers (https://pythoncharmers.com)'
87-
__ver_major__ = 0
88-
__ver_minor__ = 18
89-
__ver_patch__ = 4
87+
__ver_major__ = 1
88+
__ver_minor__ = 0
89+
__ver_patch__ = 0
9090
__ver_sub__ = ''
9191
__version__ = "%d.%d.%d%s" % (__ver_major__, __ver_minor__,
9292
__ver_patch__, __ver_sub__)

0 commit comments

Comments
 (0)