diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cbd5b1e..18a4994 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,16 +3,8 @@ Changelog ========= -Release Notifications ---------------------- +.. include:: release-notifications.rst.inc -.. image:: https://img.shields.io/badge/VersionEye-follow-brightgreen.svg - :target: https://www.versioneye.com/python/bidict - :alt: Follow on VersionEye - -`Follow bidict on VersionEye `_ -to automatically be notified via email -when a new version of bidict is released. 0.13.2.dev0 (not yet released) ------------------------------ diff --git a/README.rst b/README.rst index 6ac22e5..daa8f24 100644 --- a/README.rst +++ b/README.rst @@ -20,10 +20,6 @@ Status :target: https://pypi.python.org/pypi/bidict :alt: Latest release -.. image:: https://img.shields.io/badge/VersionEye-follow-yellow.svg - :target: https://www.versioneye.com/python/bidict - :alt: Follow on VersionEye - .. image:: https://readthedocs.org/projects/bidict/badge/?version=master :target: https://bidict.readthedocs.io/en/master/ :alt: Documentation @@ -68,6 +64,23 @@ file an issue or submit a pull request. All contributions are gratefully received:) (See contributing_ below.) +.. copy/paste rather than `include` so this renders on GitHub: +.. .. include:: release-notifications.rst.inc + +Release Notifications +^^^^^^^^^^^^^^^^^^^^^ + +.. image:: https://img.shields.io/badge/VersionEye-follow-brightgreen.svg + :target: https://www.versioneye.com/python/bidict + :alt: Follow on VersionEye + + +Tip: `Follow bidict on VersionEye `_ +to automatically be notified via email +when a new version of bidict is released. + +.. end pasted release-notifications.rst.inc content + Installation ------------ diff --git a/docs/release-notifications.rst.inc b/docs/release-notifications.rst.inc new file mode 100644 index 0000000..c4a1c2b --- /dev/null +++ b/docs/release-notifications.rst.inc @@ -0,0 +1,11 @@ +Release Notifications +^^^^^^^^^^^^^^^^^^^^^ + +.. image:: https://img.shields.io/badge/VersionEye-follow-brightgreen.svg + :target: https://www.versioneye.com/python/bidict + :alt: Follow on VersionEye + + +Tip: `Follow bidict on VersionEye `_ +to automatically be notified via email +when a new version of bidict is released.