Skip to content

Commit

Permalink
Bump version to 1.8.1 (#370)
Browse files Browse the repository at this point in the history
Also removed Angie McMillan-Major's name in the maintainer metadata as
she is no longer active in PyDelphin's development.
  • Loading branch information
goodmami authored May 29, 2023
1 parent 2401e15 commit e22527f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change Log

## [Unreleased]
## [v1.8.1]

**Release date: 2023-05-29**

### Maintenance

Expand All @@ -13,6 +15,8 @@

## [v1.8.0]

**Release date: 2023-01-08**

### Python Versions

* Added Python 3.11 support
Expand Down
4 changes: 2 additions & 2 deletions delphin/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# the warehouse project:
# https://github.com/pypa/warehouse/blob/master/warehouse/__about__.py

__version__ = '1.8.0'
__version__ = '1.8.1'
__version_info__ = __version__.replace('.', ' ').replace('-', ' ').split()

__title__ = 'PyDelphin'
Expand All @@ -13,7 +13,7 @@
__author__ = 'Michael Wayne Goodman'
__email__ = '[email protected]'

__maintainer__ = 'Michael Wayne Goodman and Angie McMillan-Major'
__maintainer__ = 'Michael Wayne Goodman'

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

0 comments on commit e22527f

Please sign in to comment.