From ff7bd84dabba00d2414ea2142131f316bf5db42b Mon Sep 17 00:00:00 2001 From: "mikko.nieminen" Date: Wed, 3 Apr 2019 15:30:17 +0200 Subject: [PATCH] preparing v0.4.4 release --- CHANGELOG.rst | 10 ++++++++-- requirements/base.txt | 6 +++--- sodar/templates/base.html | 6 +++--- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0cc7d5df..0c30d1aa 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,8 +5,8 @@ Changelog for the SODAR Web UI. Loosely follows the `Keep a Changelog `_ guidelines. -v0.4.4 (WIP) -============ +v0.4.4 (2019-04-03) +=================== Added ----- @@ -14,6 +14,12 @@ Added - **Samplesheets** - Copying HPO term IDs into clipboard (#454) +Changed +------- + +- **General** + - Upgrade to django-sodar-core v0.5.0 + Fixed ----- diff --git a/requirements/base.txt b/requirements/base.txt index bcd8e7b4..7441d666 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -65,17 +65,17 @@ mistune==0.8.4 django-db-file-storage==0.5.3 # Django-plugins (with Django 1.11 support) --e git://github.com/mikkonie/django-plugins.git@1bc07181e6ab68b0f9ed3a00382eb1f6519e1009#egg=django-plugins +-e git+https://github.com/mikkonie/django-plugins.git@1bc07181e6ab68b0f9ed3a00382eb1f6519e1009#egg=django-plugins # SODAR Core --e git+ssh://git@cubi-gitlab.bihealth.org/CUBI_Engineering/CUBI_Data_Mgmt/sodar_core.git@v0.4.5#egg=django-sodar-core +-e git+ssh://git@cubi-gitlab.bihealth.org/CUBI_Engineering/CUBI_Data_Mgmt/sodar_core.git@v0.5.0#egg=django-sodar-core #################### # SODAR app imports #################### # CUBI AltamISA parser --e git://github.com/bihealth/altamisa.git@ddf54e9ab9b47d2b5a7d54ce65ea8aa673375f87#egg=altamisa +-e git+https://github.com/bihealth/altamisa.git@ddf54e9ab9b47d2b5a7d54ce65ea8aa673375f87#egg=altamisa # Python iRODS client for irodsbackend python-irodsclient==0.8.1 diff --git a/sodar/templates/base.html b/sodar/templates/base.html index 00cca7d4..cb1a8d35 100644 --- a/sodar/templates/base.html +++ b/sodar/templates/base.html @@ -40,8 +40,8 @@ - - + + {% endblock head_javascript %} {% block css %} @@ -63,7 +63,7 @@ - +