This repository was archived by the owner on May 11, 2021. It is now read-only.
File tree 3 files changed +17
-1
lines changed
3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ Pending Release
9
9
10
10
.. Add new release notes below this line.
11
11
12
+ * **Retired: this project is no longer maintained. ** I (Adam Johnson) no longer
13
+ have time to continue maintaining this. I was doing so since I took on this
14
+ project, and its related packages
15
+ `django-modeldict <https://github.com/adamchainz/django-modeldict >`__ and
16
+ `nexus <https://github.com/adamchainz/nexus >`__, for my ex-employer YPlan. If
17
+ you'd like to sponsor ongoing maintenance or take it over yourself, please
18
+
19
+
12
20
2.1.0 (2019-04-28)
13
21
------------------
14
22
Original file line number Diff line number Diff line change @@ -11,6 +11,14 @@ Gargoyle
11
11
.. image :: https://readthedocs.org/projects/gargoyle-yplan/badge/?version=latest
12
12
:target: https://gargoyle-yplan.readthedocs.io/en/latest/
13
13
14
+ **Retired: this project is no longer maintained. ** I (Adam Johnson) no longer
15
+ have time to continue maintaining this. I was doing so since I took on this
16
+ project, and its related packages
17
+ `django-modeldict <https://github.com/adamchainz/django-modeldict >`__ and
18
+ `nexus <https://github.com/adamchainz/nexus >`__, for my ex-employer YPlan. If
19
+ you'd like to sponsor ongoing maintenance or take it over yourself, please
20
+
21
+
14
22
Gargoyle is a platform built on top of Django which allows you to switch functionality of your application on and off
15
23
based on conditions.
16
24
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ def get_version(filename):
46
46
license = 'Apache License 2.0' ,
47
47
include_package_data = True ,
48
48
classifiers = [
49
- 'Development Status :: 5 - Production/Stable ' ,
49
+ 'Development Status :: 7 - Inactive ' ,
50
50
'Framework :: Django' ,
51
51
'Framework :: Django :: 1.11' ,
52
52
'Framework :: Django :: 2.0' ,
You can’t perform that action at this time.
0 commit comments