-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f14bb15
commit 79acea7
Showing
3 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
# v0.3.0 | ||
* Removes dependencies on beautifulsoup and lxml | ||
* Implements user agent digest authentication | ||
* RetsHttpClient infers the RETS server's base url from the full login url | ||
* parse_multipart ignores parts with 20403 No Object Found errors | ||
|
||
# v0.2.0 | ||
* Added support for Python 3.3 or later | ||
|
||
# v0.1.0 | ||
* Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
from rets.http.client import RetsHttpClient | ||
|
||
__title__ = 'rets' | ||
__version__ = '0.2.1' | ||
__version__ = '0.3.0' | ||
__author__ = 'Martin Liu <[email protected]>' | ||
__license__ = 'MIT License' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters