Skip to content

Commit 71a60c1

Browse files
committed
Moved project back to jaraco. Ref #103.
1 parent 95c3b05 commit 71a60c1

3 files changed

Lines changed: 14 additions & 5 deletions

File tree

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
v5.0.2
2+
======
3+
4+
* #102: Inflect withdraws from `Jazzband <https://jazzband.co>`_
5+
in order to continue to participate in sustained maintenance
6+
and enterprise support through `Tidelift <https://tidelift.com>`_.
7+
The project continues to honor the guidelines and principles
8+
behind Jazzband and welcomes contributors openly.
9+
110
v5.0.1
211
======
312

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
.. _PyPI link: https://pypi.org/project/inflect
88

9-
.. image:: https://github.com/jazzband/inflect/workflows/Automated%20Tests/badge.svg
10-
:target: https://github.com/jazzband/inflect/actions?query=workflow%3A%22Automated+Tests%22
9+
.. image:: https://github.com/jaraco/inflect/workflows/Automated%20Tests/badge.svg
10+
:target: https://github.com/jaraco/inflect/actions?query=workflow%3A%22Automated+Tests%22
1111
:alt: Automated Tests
1212

1313
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
@@ -17,8 +17,8 @@
1717
.. .. image:: https://readthedocs.org/projects/skeleton/badge/?version=latest
1818
.. :target: https://skeleton.readthedocs.io/en/latest/?badge=latest
1919
20-
.. image:: https://coveralls.io/repos/github/jazzband/inflect/badge.svg?branch=master
21-
:target: https://coveralls.io/github/jazzband/inflect?branch=master
20+
.. image:: https://coveralls.io/repos/github/jaraco/inflect/badge.svg?branch=master
21+
:target: https://coveralls.io/github/jaraco/inflect?branch=master
2222

2323
.. image:: https://tidelift.com/badges/package/pypi/inflect
2424
:target: https://tidelift.com/subscription/pkg/pypi-inflect?utm_source=pypi-inflect&utm_medium=readme

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ maintainer=Jason R. Coombs
77
maintainer_email=jaraco@jaraco.com
88
description = Correctly generate plurals, singular nouns, ordinals, indefinite articles; convert numbers to words
99
long_description = file:README.rst
10-
url = https://github.com/jazzband/inflect
10+
url = https://github.com/jaraco/inflect
1111
classifiers =
1212
Development Status :: 5 - Production/Stable
1313
Intended Audience :: Developers

0 commit comments

Comments
 (0)