summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-02-01 12:16:56 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-02-01 12:16:56 +0100
commitec95be19afda6469337d1e2d98ff78ffc3b40e82 (patch)
tree886fa57f238f72a4ac9751622601867c4b3c4797
parente5fa7a8ed8dd30a61c3b262f665362cd7b59e1d5 (diff)
downloadIshtar-ec95be19afda6469337d1e2d98ff78ffc3b40e82.tar.bz2
Ishtar-ec95be19afda6469337d1e2d98ff78ffc3b40e82.zip
Update version
-rw-r--r--archaeological_finds/tests.py1
-rw-r--r--version.py4
2 files changed, 2 insertions, 3 deletions
diff --git a/archaeological_finds/tests.py b/archaeological_finds/tests.py
index c1210c598..ead46b1d9 100644
--- a/archaeological_finds/tests.py
+++ b/archaeological_finds/tests.py
@@ -751,7 +751,6 @@ class FindSearchTest(FindInit, TestCase):
self._test_search(c, result, context="One container in his "
"reference location")
-
def test_dynamic_field_search(self):
find = self.finds[0]
find2 = self.finds[1]
diff --git a/version.py b/version.py
index e7ab707b4..31230ed81 100644
--- a/version.py
+++ b/version.py
@@ -1,5 +1,5 @@
-# 2.1.dev.25
-VERSION = (2, 1, 'dev', 25)
+# 2.1.dev.26
+VERSION = (2, 1, 'dev', 26)
def get_version():