Skip to content

Releases: PythonistaGuild/mystbin.py

7.0.2

22 Jun 23:07
70075cb
Compare
Choose a tag to compare

7.0.2

mystbin.py Changelog

Added

Changes

Fixes

  • Fix password not being set on paste creation. (3795ebd)

Notes

7.0.1

30 May 09:40
7.0.1
17919d9
Compare
Choose a tag to compare

7.0.1

mystbin.py Changelog

Added

  • Added Paste.delete method. Required the Paste having a security token set. (c3e6f24)

Changes

Fixes

Notes

7.0.0

10 May 18:42
7.0.0
f11f583
Compare
Choose a tag to compare

mystbin.py Changelog

Added

Changes

  • Codebase now aligns with new mystbin.

Fixes

Notes

6.0.2

02 Aug 19:00
Compare
Choose a tag to compare

mystbin.py Changelog

Added

Changes

Fixes

  • Change Paste.last_edited in Paste.from_data to account for incorrect API docs. (d4c0dad)
  • Change File init to not make attachment_url mandatory. (406f15d)

Notes

mystbin.py v6 release!

23 Jul 19:12
Compare
Choose a tag to compare

This release backports most functionality to Python 3.8.

It also removes the .create_multifile_paste from Client, conjoining the functionality into .create_paste!

Release for Mystb.in 3.0.1

24 Aug 13:07
Compare
Choose a tag to compare
5.0.0

Release for Mystb.in 3.0.1

Fix release

11 Jun 18:50
Compare
Choose a tag to compare
  • Paste.paste_date is no longer accessible. Please use Paste.created_at
  • Fixes bad HTTP error handling.

V1 Release before API rewrite.

12 Dec 23:57
Compare
Choose a tag to compare

Final release before API v3 is live on MystB.in!

  • MystbinClient has been renamed to Client for ease, and generalisation.
  • Project and deps bump to latest as of commit date.