From c6a818815ee26c65092571ba924e88a4ecb040fb Mon Sep 17 00:00:00 2001 From: Oleg Lavrovsky Date: Mon, 23 Oct 2017 09:42:52 +0200 Subject: [PATCH] Updated to Wagtail 1.13 --- CHANGELOG.md | 10 +--------- README.md | 2 +- requirements-test.txt | 10 ++++++---- requirements.txt | 4 ++-- 4 files changed, 10 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4b099b..41059b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,3 @@ # Change Log -## [v0.0.2](https://github.com/datalets/public-health-ch/tree/v0.0.2) (2017-05-05) -[Full Changelog](https://github.com/datalets/public-health-ch/compare/v0.0.2...v0.0.1) - -- Social media networks snippet -- Update to Wagtail 1.10, Django 1.11 - -## [v0.0.1](https://github.com/datalets/public-health-ch/tree/v0.0.1) (2017-05-04) - -- Initial release +Please see [Pull Request history](https://github.com/datalets/public-health-ch/pulls?q=is%3Apr+is%3Aclosed) on GitHub. diff --git a/README.md b/README.md index 962a69b..985f2b3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Public Health Schweiz ===================== -New website of the [Swiss Society for Public Health](http://public-health.ch), developed by [datalets,ch](http://datalets.ch) using the open source, [Django](https://www.djangoproject.com/)-based [Wagtail CMS](http://wagtail.io). The frontend has been implemented by [moving water](http://www.movingwater.ch/) using [Bootstrap](https://getbootstrap.com) framework. +Website of the [Swiss Society for Public Health](http://public-health.ch), developed by [datalets,ch](http://datalets.ch) using the open source, [Django](https://www.djangoproject.com/)-based [Wagtail CMS](http://wagtail.io). The frontend is implemented by [moving water](http://www.movingwater.ch/) using [Bootstrap](https://getbootstrap.com) framework. This project is open source under the [MIT License](LICENSE.md). diff --git a/requirements-test.txt b/requirements-test.txt index 310cf26..96bd4eb 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,4 +1,6 @@ -pytest>=3.0.3 -pytest-splinter>=1.8.5 -tox>=2.9.1 -django-debug-toolbar>=1.8 +# Updated: 23.10.2017 + +pytest==3.0.3 +pytest-splinter==1.8.5 +tox==2.9.1 +django-debug-toolbar==1.8 diff --git a/requirements.txt b/requirements.txt index 393cd66..2e2a081 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -# Updated: 20.9.2017 +# Updated: 23.10.2017 # Core -wagtail==1.12.2 +wagtail==1.13 Django==1.11.6 # Database