Skip to content

Commit 4c2739a

Browse files
authored
Update setup.py to list Don/Phil as authors. (#660)
* Update setup.py Add Don/Phil as authors and update contact email as Tom has retired. --------- Signed-off-by: DMcGee-SAS <129913281+DMcGee-SAS@users.noreply.github.com>
1 parent 4b0e83f commit 4c2739a

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# Changelog
22

33

4+
## [5.105.1] - 2026-03-25
5+
6+
### Added
7+
8+
- `None` Nothing added
9+
10+
### Changed
11+
12+
- `Enhancement` Added Don/Phil as authors and updated contact email
13+
14+
### Fixed
15+
16+
- `None` Nothing fixed
17+
18+
### Removed
19+
20+
- `None` Nothing removed
21+
22+
23+
424
## [5.105.0] - 2026-03-25
525

626
### Added

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
version = __version__,
3030
description = 'A Python interface to SAS',
3131
long_description = readme,
32-
author = 'Tom Weber',
33-
author_email = 'Tom.Weber@sas.com',
32+
author = 'Tom Weber, Don McGee, Phil Carmon',
33+
author_email = 'Don.McGee@sas.com',
3434
url = 'https://github.com/sassoftware/saspy',
3535
packages = ['saspy'],
3636
cmdclass = {},

0 commit comments

Comments
 (0)