From d50c46b0c3c30fe283dbe0c27af822d46cad886b Mon Sep 17 00:00:00 2001 From: Jonathan Stoikovitch Date: Tue, 7 Jul 2015 22:50:29 -0400 Subject: [PATCH] preparing release 0.4.1 --- VERSION | 2 +- docs/source/changelog.rst | 2 +- docs/source/getting_started.rst | 4 ++-- .../scaffolds/nefertari_starter/+package+/__init__.py_tmpl | 2 -- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index 60a2d3e..44bb5d1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.0 \ No newline at end of file +0.4.1 \ No newline at end of file diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index d544ac5..c66426a 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -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 diff --git a/docs/source/getting_started.rst b/docs/source/getting_started.rst index d42cacc..4345690 100644 --- a/docs/source/getting_started.rst +++ b/docs/source/getting_started.rst @@ -1,7 +1,7 @@ Getting started =============== -1. Create your project in a virtualenv directory (see the `pyramid documentation `_ if you've never done that before) +Create your project in a virtualenv directory (see the `pyramid documentation `_ if you've never done that before) .. code-block:: shell @@ -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 `_. +- For a more complete example of a Pyramid project using Nefertari, you can take a look at the `Example Project `_. diff --git a/nefertari/scaffolds/nefertari_starter/+package+/__init__.py_tmpl b/nefertari/scaffolds/nefertari_starter/+package+/__init__.py_tmpl index cd3a402..5136977 100644 --- a/nefertari/scaffolds/nefertari_starter/+package+/__init__.py_tmpl +++ b/nefertari/scaffolds/nefertari_starter/+package+/__init__.py_tmpl @@ -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