From 4583c1ca4e139369ca613b3a1fed3f3a7542e1d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Fri, 26 Jun 2015 18:11:46 +0200 Subject: [PATCH] Do the release 1.6.0 --- c2cgeoportal/scaffolds/update/CONST_requirements.txt | 2 +- c2cgeoportal/scaffolds/update/CONST_requirements_windows.txt | 2 +- doc/integrator/upgrade_application.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/c2cgeoportal/scaffolds/update/CONST_requirements.txt b/c2cgeoportal/scaffolds/update/CONST_requirements.txt index 4f548c15ab..6cd78034fe 100644 --- a/c2cgeoportal/scaffolds/update/CONST_requirements.txt +++ b/c2cgeoportal/scaffolds/update/CONST_requirements.txt @@ -6,5 +6,5 @@ Shapely==1.5.6 Pillow==2.7.0 https://github.com/Pylons/pyramid/archive/1e02bbfc0df09259bf207112acf019c8dba44a90.zip#egg=pyramid https://github.com/camptocamp/pyramid_closure/archive/819bc43420b3cd924d8698c5a9606592c19dbb15.zip#egg=pyramid_closure -c2cgeoportal==1.6.0rc1 +c2cgeoportal==1.6.0 -e . diff --git a/c2cgeoportal/scaffolds/update/CONST_requirements_windows.txt b/c2cgeoportal/scaffolds/update/CONST_requirements_windows.txt index e14fedc0c2..4c52e732c9 100644 --- a/c2cgeoportal/scaffolds/update/CONST_requirements_windows.txt +++ b/c2cgeoportal/scaffolds/update/CONST_requirements_windows.txt @@ -6,5 +6,5 @@ wheels/Shapely-1.5.7-cp27-none-win32.whl wheels/Pillow-2.8.1-cp27-none-win32.whl -e git+https://github.com/Pylons/pyramid@1e02bbfc0df09259bf207112acf019c8dba44a90#egg=pyramid -e git+https://github.com/camptocamp/pyramid_closure@819bc43420b3cd924d8698c5a9606592c19dbb15#egg=pyramid_closure -c2cgeoportal-win==1.6.0rc1 +c2cgeoportal-win==1.6.0 -e . diff --git a/doc/integrator/upgrade_application.rst b/doc/integrator/upgrade_application.rst index 60c072ebee..7d0f5157ae 100644 --- a/doc/integrator/upgrade_application.rst +++ b/doc/integrator/upgrade_application.rst @@ -149,7 +149,7 @@ Create your own ``.mk``: include .mk -In the ``setup.py`` have a dependency on c2cgeoportal like this ``c2cgeoportal>=1.6.0.dev``. +In the ``setup.py`` have a dependency on c2cgeoportal like this ``c2cgeoportal``. Add all your new files in git and commit them: