This repository was archived by the owner on Sep 28, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1- 0.5.1
1+ 0.5.2
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- * :release: `0.x.y <????-??-??> `
5- * :support: `99 ` Use ACL mixin from nefertari-guards (if enabled)
6- * :support: `- ` Scaffold defaults to Pyramid 1.6.1
4+ * :release: `0.5.2 <2016-05-17> `
5+ * :support: `99 backported ` Use ACL mixin from nefertari-guards (if enabled)
6+ * :support: `- backported ` Scaffold defaults to Pyramid 1.6.1
7+ * :bug: `107 ` Fixed issue with hyphens in resource paths
78
89* :release: `0.5.1 <2015-11-18> `
910* :bug: `88 ` Reworked the creation of related/auth_model models, order does not matter anymore
Original file line number Diff line number Diff line change 88requires = [
99 'cryptacular' ,
1010 'inflection' ,
11- 'nefertari>=0.6.1 ' ,
11+ 'nefertari>=0.7.0 ' ,
1212 'pyramid' ,
1313 'ramlfications==0.1.8' ,
1414 'six' ,
2525 "Programming Language :: Python :: 2.7" ,
2626 "Programming Language :: Python :: 3" ,
2727 "Programming Language :: Python :: 3.4" ,
28+ "Programming Language :: Python :: 3.5" ,
2829 "Framework :: Pyramid" ,
2930 "Topic :: Internet :: WWW/HTTP" ,
3031 "Topic :: Internet :: WWW/HTTP :: WSGI :: Application" ,
You can’t perform that action at this time.
0 commit comments