Skip to content

Releases: hearsaycorp/richenum

2.0.3

21 Jul 23:04
da62aad

Choose a tag to compare

Merge pull request #61 from wyguy444/gha

attempt github action to upload to pypi

2.0.2

01 Oct 12:29
6090af3

Choose a tag to compare

What's Changed

  • Remove unavailable blog post link from README by @archiezgg in #56

New Contributors

Full Changelog: 2.0.1...2.0.2

Fix Readme syntax

06 Jun 08:06
6adee2d

Choose a tag to compare

Merge pull request #54 from radaron/fix_readme

Fix Readme syntax because the deployment failing

Upgrade python version to support 3.9 and 3.10

06 Jun 07:03
bbd530e

Choose a tag to compare

2.0.0

Merge pull request #53 from radaron/social/HSS-29595-upgrade-python-v…

Inherit from LookupError

05 Dec 19:37

Choose a tag to compare

Merge pull request #42 from jemiahlee/bugfix_lookuperror

Make EnumLookupError inherit from LookupError.

Add lookup support

24 May 21:21

Choose a tag to compare

Merge pull request #39 from rbm/convenient-exceptions

Add LookupError members to RichEnums to simplify catching lookup errors, and bump version to 1.2

Python 3 hash support

14 Feb 22:12

Choose a tag to compare

Merge pull request #37 from tulioz/hash

__hash__ is not inherited from parent class when __eq__ is overridden, define new __hash__ to account for this

Python 3.0 support and version

11 Feb 18:54

Choose a tag to compare

Merge pull request #36 from adepue/master

Version bump

Python 3.0 support

11 Feb 17:41

Choose a tag to compare

1.1.0

Python 3.0 support

Sync behavior of iter, len and contains to use members()

02 May 19:14

Choose a tag to compare

Merge pull request #32 from adepue/master

__iter__ and __len__ should use members() which is a class method and ca...