Skip to content

Commit 1a28b44

Browse files
authored
Merge pull request #41 from costowell/cole-dev
bump deps
2 parents 29461a1 + dbc3193 commit 1a28b44

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

ChangeLog

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,30 @@
11
CHANGES
22
=======
33

4+
2.5.2
5+
-----
6+
7+
* bump: 2.5.2
8+
* bump: srvlookup 2.0.0 -> 3.0.0, python-ldap 3.4.4 -> 3.4.5
9+
410
2.5.1
511
-----
612

7-
* fix: _get_attr -> __getattr__
13+
* bump: 2.5.1
14+
* fix: \_get\_attr -> \_\_getattr\_\_
815

916
2.5.0
1017
-----
1118

12-
* Bump python-ldap from 3.0.0 to 3.4.0
19+
* Bump to 2.5.0
20+
* Bump python-ldap from 3.4.0 to 3.4.4
21+
* fix: bump pylint and python version in CI
1322

1423
2.4.0
1524
-----
1625

26+
* Bump to 2.4.0
27+
* Bump python-ldap from 3.0.0 to 3.4.0
1728
* swap from travis to github actions
1829

1930
2.3.1

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
python-ldap==3.4.4
2-
srvlookup==2.0.0
1+
python-ldap==3.4.5
2+
srvlookup==3.0.0

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
name = csh_ldap
33
author = Liam Middlebrook
44
author_email = liammiddlebrook@gmail.com
5-
url = https://github.com/liam-middlebrook/csh_ldap
5+
url = https://github.com/ComputerScienceHouse/csh_ldap
66
description = CSH LDAP ORM
77
long_description = file: README.md
88
long_description_content_type = text/markdown
99
license = MIT
10-
version = 2.5.1
10+
version = 2.5.2
1111
classifier =
1212
Natural Language :: English
1313
Operating System :: POSIX :: Linux

0 commit comments

Comments
 (0)