diff --git a/AUTHORS b/AUTHORS index c0f8e0b..1c56d9f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,6 +1,7 @@ Adam Brewer Devin Matte Galen Guyer +Cole Stowell Jordan Rodgers Liam Middlebrook Marc Billow diff --git a/ChangeLog b/ChangeLog index 5d8aea4..5df2e8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,14 @@ CHANGES ======= -2.4.0 +2.5.0 ----- * Bump python-ldap from 3.0.0 to 3.4.0 + +2.4.0 +----- + * swap from travis to github actions 2.3.1 diff --git a/setup.cfg b/setup.cfg index 3b6116f..0d7dc58 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,13 +1,13 @@ [metadata] name = csh_ldap author = Liam Middlebrook -author-email = liammiddlebrook@gmail.com +author_email = liammiddlebrook@gmail.com url = https://github.com/liam-middlebrook/csh_ldap description = CSH LDAP ORM long_description = file: README.md long_description_content_type = text/markdown license = MIT -version = 2.4.0 +version = 2.5.0 classifier = Natural Language :: English Operating System :: POSIX :: Linux