diff options
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 |
commit | e329e20fa2d92b90faf7c9ab74ac3916a3e3da87 (patch) | |
tree | 886fa57f238f72a4ac9751622601867c4b3c4797 | |
parent | faf89859c5e645f31aadab2057f5b11cc11e9664 (diff) | |
download | Ishtar-e329e20fa2d92b90faf7c9ab74ac3916a3e3da87.tar.bz2 Ishtar-e329e20fa2d92b90faf7c9ab74ac3916a3e3da87.zip |
Update version
-rw-r--r-- | archaeological_finds/tests.py | 1 | ||||
-rw-r--r-- | version.py | 4 |
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(): |