Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

Releases: PythonistaGuild/mystbin.py

7.1.1

Choose a tag to compare

@github-actions github-actions released this 28 Dec 23:50
7.1.1
d70785b

7.1.1

mystbin.py Changelog

Added

Changes

Fixes

  • Fix issue with new root_url parameter. (7cdbb3a)

Notes

Thanks @ShadowFox88 for your contribution!

7.0.2

Choose a tag to compare

@github-actions github-actions released this 22 Jun 23:07
70075cb

7.0.2

mystbin.py Changelog

Added

Changes

Fixes

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

Notes

7.0.1

Choose a tag to compare

@github-actions github-actions released this 30 May 09:40
7.0.1
17919d9

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

Choose a tag to compare

@AbstractUmbra AbstractUmbra released this 10 May 18:42
7.0.0
f11f583

mystbin.py Changelog

Added

Changes

  • Codebase now aligns with new mystbin.

Fixes

Notes

6.0.2

Choose a tag to compare

@github-actions github-actions released this 02 Aug 19:00

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!

Choose a tag to compare

@AbstractUmbra AbstractUmbra released this 23 Jul 19:12

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

Choose a tag to compare

@AbstractUmbra AbstractUmbra released this 24 Aug 13:07
5.0.0

Release for Mystb.in 3.0.1

Fix release

Choose a tag to compare

@AbstractUmbra AbstractUmbra released this 11 Jun 18:50
  • Paste.paste_date is no longer accessible. Please use Paste.created_at
  • Fixes bad HTTP error handling.

V1 Release before API rewrite.

Choose a tag to compare

@AbstractUmbra AbstractUmbra released this 12 Dec 23:57

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.