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

Commit

Permalink
pyramid version++
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoiko committed Feb 9, 2016
1 parent b0cea3e commit effb2f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Changelog
* :bug:`121 major` Fixed issue with nested resources referencing a parent in their schema
* :bug:`128` Build ES params when body provided
* :support:`130` Added support for Elasticsearch 2.x
* :support:`-` Added support for Pyramid 1.6.x
* :support:`-` Scaffold defaults to Pyramid 1.6.1

* :release:`0.6.1 <2015-11-18>`
* :bug:`-` Added 'event.instance' to 'event' object to access newly created object (if object is returned by view method)
Expand Down
2 changes: 1 addition & 1 deletion nefertari/scaffolds/nefertari_starter/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ nefertari

cryptacular==1.4.1
Paste==2.0.2
pyramid
pyramid==1.6.1
waitress==0.8.9

-e .
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
VERSION = open(os.path.join(here, 'VERSION')).read()

install_requires = [
'pyramid==1.5.7',
'pyramid',
'tempita',
'requests',
'simplejson',
Expand Down

0 comments on commit effb2f2

Please sign in to comment.