-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c3e19e0
commit 9731f0a
Showing
11 changed files
with
28 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters