Skip to content

Commit e22527f

Browse files
authored
Bump version to 1.8.1 (#370)
Also removed Angie McMillan-Major's name in the maintainer metadata as she is no longer active in PyDelphin's development.
1 parent 2401e15 commit e22527f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

3-
## [Unreleased]
3+
## [v1.8.1]
4+
5+
**Release date: 2023-05-29**
46

57
### Maintenance
68

@@ -13,6 +15,8 @@
1315

1416
## [v1.8.0]
1517

18+
**Release date: 2023-01-08**
19+
1620
### Python Versions
1721

1822
* Added Python 3.11 support

delphin/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# the warehouse project:
44
# https://github.com/pypa/warehouse/blob/master/warehouse/__about__.py
55

6-
__version__ = '1.8.0'
6+
__version__ = '1.8.1'
77
__version_info__ = __version__.replace('.', ' ').replace('-', ' ').split()
88

99
__title__ = 'PyDelphin'
@@ -13,7 +13,7 @@
1313
__author__ = 'Michael Wayne Goodman'
1414
__email__ = 'goodman.m.w@gmail.com'
1515

16-
__maintainer__ = 'Michael Wayne Goodman and Angie McMillan-Major'
16+
__maintainer__ = 'Michael Wayne Goodman'
1717

1818
__license__ = 'MIT'
1919
__copyright__ = '2013--2020 %s <%s> and contributors' % (__author__, __email__)

0 commit comments

Comments
 (0)