Skip to content

Commit

Permalink
Django security update #1023
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Jun 15, 2020
1 parent c3e19e0 commit 9731f0a
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 8 deletions.
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

v3.10.1 - 2020-06-15

- [`#1023 <https://github.com/dennissiemensma/dsmr-reader/issues/1023>`_] Django security update


----


v3.10.0 - 2020-05-29

Expand Down
Binary file modified docs/locale/nl/LC_MESSAGES/changelog.mo
Binary file not shown.
2 changes: 0 additions & 2 deletions docs/locale/nl/LC_MESSAGES/credits.po
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.8.0\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"X-Generator: Poedit 2.0.6\n"

#: ../../credits.rst:2
Expand Down
Binary file modified docs/locale/nl/LC_MESSAGES/data_integrity.mo
Binary file not shown.
Binary file modified docs/locale/nl/LC_MESSAGES/installation/docker.mo
Binary file not shown.
Binary file modified docs/locale/nl/LC_MESSAGES/intro.mo
Binary file not shown.
Binary file modified docs/locale/nl/LC_MESSAGES/troubleshooting.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion dsmrreader/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from django.utils.version import get_version

VERSION = (3, 10, 0, 'final', 0)
VERSION = (3, 10, 1, 'final', 0)

__version__ = get_version(VERSION)
15 changes: 15 additions & 0 deletions dsmrreader/provisioning/downgrade/v3.10.1.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/bin/bash

# Dump for DSMR-reader v3.10.1
./manage.py migrate dsmr_api 0003_create_api_user
./manage.py migrate dsmr_backend 0014_verbose_field_translations
./manage.py migrate dsmr_backup 0011_remove_backupsettings_latest_backup
./manage.py migrate dsmr_consumption 0015_track_power_current
./manage.py migrate dsmr_datalogger 0022_three_month_retention
./manage.py migrate dsmr_frontend 0036_graphs_zoom
./manage.py migrate dsmr_mindergas 0005_schedule_mindergas_export
./manage.py migrate dsmr_mqtt 0014_mqtt_telegram_defaults
./manage.py migrate dsmr_notification 0007_support_for_telegram
./manage.py migrate dsmr_pvoutput 0002_pvoutput_latest_sync
./manage.py migrate dsmr_stats 0014_day_total_cost_index
./manage.py migrate dsmr_weather 0006_schedule_weather_update
6 changes: 3 additions & 3 deletions dsmrreader/provisioning/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
coreapi==2.3.3
crcmod==1.7
django==3.0.6
django-admin-rangefilter==0.6.0
django==3.0.7
django-admin-rangefilter==0.6.1
django-colorfield==0.3.0
django-debug-toolbar==2.2
django-filter==2.2.0
django-filter==2.3.0
djangorestframework==3.11
django-solo==1.1.3
dropbox==10.2.0
Expand Down
4 changes: 2 additions & 2 deletions dsmrreader/provisioning/requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
polib==1.1.0
pylama==7.7.1
pytest-cov==2.9.0
pytest-cov==2.10.0
pytest-django==3.9.0
pytest-xdist==1.32.0
sphinx==3.0.4
sphinx==3.1.1
sphinx-autobuild==0.7.1
sphinx-intl==2.0.1
sphinx-rtd-theme==0.4.3
Expand Down

0 comments on commit 9731f0a

Please sign in to comment.