File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
What's New
4
4
**********
5
5
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
+ =========================================
8
8
This is a minor bug-fix release containing a small number of fixes:
9
9
10
10
- Fix for Python 3.12's removal of the imp module
Original file line number Diff line number Diff line change 84
84
__author__ = 'Ed Schofield'
85
85
__license__ = 'MIT'
86
86
__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
90
90
__ver_sub__ = ''
91
91
__version__ = "%d.%d.%d%s" % (__ver_major__ , __ver_minor__ ,
92
92
__ver_patch__ , __ver_sub__ )
You can’t perform that action at this time.
0 commit comments