Skip to content

Releases: nephila/python-taiga

Version 0.8.2

10 Dec 08:48
Compare
Choose a tag to compare
  • Fixes and improvements in attachments (thanks @jespino)
  • Minfixes (thanks @erikw)

Version 0.8.1

01 Dec 12:12
Compare
Choose a tag to compare
  • Pass attrs when importing a task (thanks @mlq)
  • Add missing IssueTypes to client (thanks @yakky)

Version 0.8.0

19 Nov 10:26
Compare
Choose a tag to compare
  • Add docs
  • Add Add project/<project_id>/issues_stats api call (thanks @bameda )
  • Improve speed and stability
  • Minfixes

Version 0.7.0

16 Oct 11:22
Compare
Choose a tag to compare
  • Now you can get projects, issues, tasks and user stories using ref/slug
  • Minor fixes

Version 0.6.0

11 Sep 07:48
Compare
Choose a tag to compare
  • Allow client to use application tokens
  • Add list attachments to user stories, tasks, issues
  • Support new like/unlike methods
  • New add_comment method for user stories, tasks, issues
  • Fix "version" attribute problem (now automagically managed)
  • Minor fixes