From 08e3e1f71981216ef41909c30024617163b4cfae Mon Sep 17 00:00:00 2001 From: Jonathan Stoikovitch Date: Wed, 19 Aug 2015 00:45:55 -0400 Subject: [PATCH] version++ --- VERSION | 2 +- docs/source/changelog.rst | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index a2268e2..60a2d3e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.1 \ No newline at end of file +0.4.0 \ No newline at end of file diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 1054a0f..9c16df1 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,7 +1,7 @@ Changelog ========= -* :release:`0.4.0 <2015-08-x>` +* :release:`0.4.0 <2015-08-19>` * :support:`-` Added support for JSON schema draft 04 * :support:`-` RAML is now parsed using ramlfications instead of pyraml-parser * :feature:`-` Boolean values in RAML don't have to be strings anymore (previous limitation of pyraml-parser) diff --git a/setup.py b/setup.py index 900246d..24cb7d5 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ 'inflection', 'transaction', 'six', - 'nefertari>=0.4.1', + 'nefertari>=0.5.0', ] setup(name='ramses',