File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## [ Unreleased]
3
+ ## [ v1.8.1]
4
+
5
+ ** Release date: 2023-05-29**
4
6
5
7
### Maintenance
6
8
13
15
14
16
## [ v1.8.0]
15
17
18
+ ** Release date: 2023-01-08**
19
+
16
20
### Python Versions
17
21
18
22
* Added Python 3.11 support
Original file line number Diff line number Diff line change 3
3
# the warehouse project:
4
4
# https://github.com/pypa/warehouse/blob/master/warehouse/__about__.py
5
5
6
- __version__ = '1.8.0 '
6
+ __version__ = '1.8.1 '
7
7
__version_info__ = __version__ .replace ('.' , ' ' ).replace ('-' , ' ' ).split ()
8
8
9
9
__title__ = 'PyDelphin'
13
13
__author__ = 'Michael Wayne Goodman'
14
14
__email__ = 'goodman.m.w@gmail.com'
15
15
16
- __maintainer__ = 'Michael Wayne Goodman and Angie McMillan-Major '
16
+ __maintainer__ = 'Michael Wayne Goodman'
17
17
18
18
__license__ = 'MIT'
19
19
__copyright__ = '2013--2020 %s <%s> and contributors' % (__author__ , __email__ )
You can’t perform that action at this time.
0 commit comments