Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit 06e5dcf

Browse files
committed
version++
1 parent 5ce97d1 commit 06e5dcf

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.1
1+
0.5.2

docs/source/changelog.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
Changelog
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

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
requires = [
99
'cryptacular',
1010
'inflection',
11-
'nefertari>=0.6.1',
11+
'nefertari>=0.7.0',
1212
'pyramid',
1313
'ramlfications==0.1.8',
1414
'six',
@@ -25,6 +25,7 @@
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",

0 commit comments

Comments
 (0)