Skip to content

Commit

Permalink
Merge pull request #56 from archiezgg/master
Browse files Browse the repository at this point in the history
Remove unavailable blog post link from README
  • Loading branch information
archiezgg authored Oct 1, 2024
2 parents 6adee2d + 6fafb21 commit 6090af3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Contributors
| `Aron radics <http://github.com/radaron>`_
| `Akshay Shah <http://github.com/akshayjshah>`_
| `Dale Hui <http://github.com/dhui>`_
| `Istvan Nemeth <http://github.com/archiezgg>`_
| `Robert MacCloy <http://github.com/rbm>`_
| `Sam Vilain <http://github.com/samv>`_
| `Wyatt Paul <http://github.com/wyguy444>`_
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ Links
-----
| `GitHub <https://github.com/hearsaycorp/richenum>`__
| `PyPi <https://pypi.python.org/pypi/richenum/>`__
| `Blog post about the motivation behind RichEnum <http://engineering.hearsaysocial.com/2013/09/16/enums-in-python/>`_
============
Installation
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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' +
Expand Down

0 comments on commit 6090af3

Please sign in to comment.