summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2020-08-31 11:58:16 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2020-08-31 12:00:52 +0200
commit4953347174b4b59c243ff145cf082f619ebb8c75 (patch)
treeedd5a06379eacee28fb40d2b159f31b14d1e49a1
parent8066ede11f3843006d6029adb2436c74058be9f8 (diff)
downloadIshtar-4953347174b4b59c243ff145cf082f619ebb8c75.tar.bz2
Ishtar-4953347174b4b59c243ff145cf082f619ebb8c75.zip
Update version
-rw-r--r--CHANGES.md6
-rw-r--r--ishtar_common/version.py4
2 files changed, 8 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index d6d3a0f0b..963604493 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,12 @@
Ishtar changelog
================
+v3.0.11 - 2020-08-31
+--------------------
+
+### Features ####
+- Command - media_find_missing_files: "hard" option
+
v3.0.10 - 2020-07-26
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 0d41da4a7..1d3a987a2 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 3.0.10
-VERSION = (3, 0, 10)
+# 3.0.11
+VERSION = (3, 0, 11)
def get_version():