Skip to content

v0.8.0

Compare
Choose a tag to compare
@maxtepkeev maxtepkeev released this 27 Mar 15:27
  • Added: Introduced the detection of conflicting packages, i.e. if a conflicting package is found (PyRedmineWS at this time is the only one), the installation procedure will be aborted and a warning message will be shown with the detailed description of the problem
  • Added: Introduced new _Resource._members class attribute where all instance attributes which are not started with underscore should be listed. This will resolve recursion issues in custom resources because of how __setattr__ works in Python
  • Changed: _Resource.attributes renamed to _Resource._attributes
  • Fixed: Python Redmine was unable to upload any binary files
  • Fixed: Issue #20 (Lowered Requests version requirements. Python Redmine now requires Requests starting from 0.12.1 instead of 2.1.0 in previous versions)
  • Fixed: Issue #23 (File uploads via update() method didn't work)