diff --git a/AUTHORS.rst b/AUTHORS.rst index 9df2739..1fe1fae 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -7,6 +7,7 @@ Contributors | `Aron radics `_ | `Akshay Shah `_ | `Dale Hui `_ +| `Istvan Nemeth `_ | `Robert MacCloy `_ | `Sam Vilain `_ | `Wyatt Paul `_ diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d93af25..3892ea6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,10 @@ ========= Changelog ========= +------------------ +2.0.2 (2024-10-01) +------------------ + - Remove unavailable link for blog post from README.rst ------------------ 2.0.1 (2024-06-06) diff --git a/README.rst b/README.rst index 81f64e2..88ea01a 100644 --- a/README.rst +++ b/README.rst @@ -37,7 +37,6 @@ Links ----- | `GitHub `__ | `PyPi `__ -| `Blog post about the motivation behind RichEnum `_ ============ Installation diff --git a/setup.py b/setup.py index 34a87dc..8d021d5 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='richenum', - version='2.0.1', + version='2.0.2', description='Enum library for python.', long_description=( open('README.rst').read() + '\n\n' +