Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
python-ldap==3.4.4
srvlookup==2.0.0
python-ldap==3.4.5
srvlookup==3.0.0
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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