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

Commit

Permalink
preparing release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoiko committed Jul 8, 2015
1 parent 718b7f7 commit d50c46b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.4.1
2 changes: 1 addition & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

* :release:`0.4.1 <2015-07-06>`
* :release:`0.4.1 <2015-07-07>`
* :bug:`-` Fixed a bug when setting ``cors.allow_origins = *``
* :bug:`-` Fixed errors in http methods HEAD/OPTIONS response
* :bug:`-` Fixed response of http methods POST/PATCH/PUT not returning created/updated objects
Expand Down
4 changes: 2 additions & 2 deletions docs/source/getting_started.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Getting started
===============

1. Create your project in a virtualenv directory (see the `pyramid documentation <http://docs.pylonsproject.org/docs/pyramid/en/latest/narr/project.html>`_ if you've never done that before)
Create your project in a virtualenv directory (see the `pyramid documentation <http://docs.pylonsproject.org/docs/pyramid/en/latest/narr/project.html>`_ if you've never done that before)

.. code-block:: shell
Expand All @@ -15,4 +15,4 @@ Getting started
Tutorials
---------

1. For a more complete example of a Pyramid project using Nefertari, you can take a look at the `Example Project <https://github.com/brandicted/nefertari-example>`_.
- For a more complete example of a Pyramid project using Nefertari, you can take a look at the `Example Project <https://github.com/brandicted/nefertari-example>`_.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ def main(global_config, **settings):
Settings.update(global_config)

config = Configurator(settings=settings)

config.include('nefertari.engine')

config.include(includeme)

from nefertari.engine import setup_database
Expand Down

0 comments on commit d50c46b

Please sign in to comment.