File tree 3 files changed +9
-6
lines changed
3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -217,6 +217,10 @@ and which are not dismissed.
217
217
218
218
## Change Log
219
219
220
+ ### 3.0.1
221
+
222
+ * Replace pinax-theme-bootstrap test dependency with pinax-templates
223
+
220
224
### 3.0.0
221
225
222
226
* Bump major version after completing Django 2.0 upgrade, removing <=1.10 support
Original file line number Diff line number Diff line change 13
13
"django.contrib.contenttypes" ,
14
14
"django.contrib.sites" ,
15
15
"django.contrib.sessions" ,
16
- "pinax_theme_bootstrap" ,
17
16
"bootstrapform" ,
18
17
"pinax.announcements" ,
19
- "pinax.announcements.tests"
18
+ "pinax.announcements.tests" ,
19
+ "pinax.templates" ,
20
20
],
21
21
MIDDLEWARE = [
22
22
"django.contrib.sessions.middleware.SessionMiddleware" ,
42
42
"OPTIONS" : {
43
43
"context_processors" : [
44
44
"django.contrib.auth.context_processors.auth" ,
45
- "pinax_theme_bootstrap.context_processors.theme" ,
46
45
]
47
46
}
48
47
},
Original file line number Diff line number Diff line change 1
1
from setuptools import find_packages , setup
2
2
3
- VERSION = "3.0.0 "
3
+ VERSION = "3.0.1 "
4
4
LONG_DESCRIPTION = """
5
5
.. image:: http://pinaxproject.com/pinax-design/patches/pinax-announcements.svg
6
6
:target: https://pypi.python.org/pypi/pinax-announcements/
91
91
"django>=1.11" ,
92
92
],
93
93
tests_require = [
94
- "django-test-plus>=1.0.19 " ,
95
- "pinax-theme-bootstrap>=7.7 .0" ,
94
+ "django-test-plus>=1.0.22 " ,
95
+ "pinax-templates>=1.0 .0" ,
96
96
"mock>=2.0.0" ,
97
97
],
98
98
test_suite = "runtests.runtests" ,
You can’t perform that action at this time.
0 commit comments