Skip to content

Commit 4ac07e5

Browse files
authored
Merge pull request #41 from click-contrib/forgot-note
Clearly state PyPI package is no longer maintained
2 parents a2650ec + 05f9274 commit 4ac07e5

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
1.1.1.2 - 2025-06-24
5+
--------------------
6+
7+
- Add a clear note stating that the package is no longer maintained, but the library can be vendored.
8+
49
1.1.1.1 - 2025-06-24
510
--------------------
611

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
click-plugins
33
=============
44

5+
This PyPI package is no longer actively maintained, but the underlying
6+
library can be vendored. See `homepage <https://github.com/click-contrib/click-plugins>`_
7+
for more information.
8+
59
An extension module for `click <https://github.com/pallets/click>`_ to register
610
external CLI commands via setuptools entry-points.
711

click_plugins/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def subcommand(arg):
2424
from click_plugins.core import with_plugins
2525

2626

27-
__version__ = '1.1.1.1'
27+
__version__ = '1.1.1.2'
2828
__author__ = 'Kevin Wurster, Sean Gillies'
2929
3030
__source__ = 'https://github.com/click-contrib/click-plugins'

0 commit comments

Comments
 (0)