diff --git a/ChangeLog b/ChangeLog index a42d8d1..e28f3dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,19 +1,30 @@ CHANGES ======= +2.5.2 +----- + +* bump: 2.5.2 +* bump: srvlookup 2.0.0 -> 3.0.0, python-ldap 3.4.4 -> 3.4.5 + 2.5.1 ----- -* fix: _get_attr -> __getattr__ +* bump: 2.5.1 +* fix: \_get\_attr -> \_\_getattr\_\_ 2.5.0 ----- -* Bump python-ldap from 3.0.0 to 3.4.0 +* Bump to 2.5.0 +* Bump python-ldap from 3.4.0 to 3.4.4 +* fix: bump pylint and python version in CI 2.4.0 ----- +* Bump to 2.4.0 +* Bump python-ldap from 3.0.0 to 3.4.0 * swap from travis to github actions 2.3.1 diff --git a/requirements.txt b/requirements.txt index b1f40b4..01fce69 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -python-ldap==3.4.4 -srvlookup==2.0.0 +python-ldap==3.4.5 +srvlookup==3.0.0 diff --git a/setup.cfg b/setup.cfg index c28bd01..b79acc9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,12 +2,12 @@ name = csh_ldap author = Liam Middlebrook author_email = liammiddlebrook@gmail.com -url = https://github.com/liam-middlebrook/csh_ldap +url = https://github.com/ComputerScienceHouse/csh_ldap description = CSH LDAP ORM long_description = file: README.md long_description_content_type = text/markdown license = MIT -version = 2.5.1 +version = 2.5.2 classifier = Natural Language :: English Operating System :: POSIX :: Linux