diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 77b618482..a62049b14 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,6 +1,12 @@ Wikidata Toolkit Release Notes ============================== +Version 0.14.4 +-------------- + +Bug fixes: +* fix deserialization of lexemes, workaround for https://phabricator.wikimedia.org/T305660 + Version 0.14.3 -------------- diff --git a/pom.xml b/pom.xml index acc7b28fa..eb8a7140e 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.wikidata.wdtk wdtk-parent - 0.14.4-SNAPSHOT + 0.14.4 pom Wikidata Toolkit diff --git a/wdtk-datamodel/pom.xml b/wdtk-datamodel/pom.xml index fa2f1b19c..fd84f6939 100644 --- a/wdtk-datamodel/pom.xml +++ b/wdtk-datamodel/pom.xml @@ -6,7 +6,7 @@ org.wikidata.wdtk wdtk-parent - 0.14.4-SNAPSHOT + 0.14.4 wdtk-datamodel diff --git a/wdtk-distribution/pom.xml b/wdtk-distribution/pom.xml index c0a3d772f..aa3e5a765 100644 --- a/wdtk-distribution/pom.xml +++ b/wdtk-distribution/pom.xml @@ -6,7 +6,7 @@ org.wikidata.wdtk wdtk-parent - 0.14.4-SNAPSHOT + 0.14.4 wdtk-distribution diff --git a/wdtk-dumpfiles/pom.xml b/wdtk-dumpfiles/pom.xml index 4e4784c69..519fa4f44 100644 --- a/wdtk-dumpfiles/pom.xml +++ b/wdtk-dumpfiles/pom.xml @@ -5,7 +5,7 @@ org.wikidata.wdtk wdtk-parent - 0.14.4-SNAPSHOT + 0.14.4 wdtk-dumpfiles diff --git a/wdtk-examples/pom.xml b/wdtk-examples/pom.xml index 30423aa13..455f24339 100644 --- a/wdtk-examples/pom.xml +++ b/wdtk-examples/pom.xml @@ -5,7 +5,7 @@ org.wikidata.wdtk wdtk-parent - 0.14.4-SNAPSHOT + 0.14.4 wdtk-examples diff --git a/wdtk-rdf/pom.xml b/wdtk-rdf/pom.xml index be22ab07c..d98f26aa1 100644 --- a/wdtk-rdf/pom.xml +++ b/wdtk-rdf/pom.xml @@ -5,7 +5,7 @@ org.wikidata.wdtk wdtk-parent - 0.14.4-SNAPSHOT + 0.14.4 wdtk-rdf diff --git a/wdtk-storage/pom.xml b/wdtk-storage/pom.xml index 1579f1b34..c0ae1a202 100644 --- a/wdtk-storage/pom.xml +++ b/wdtk-storage/pom.xml @@ -5,7 +5,7 @@ org.wikidata.wdtk wdtk-parent - 0.14.4-SNAPSHOT + 0.14.4 wdtk-storage diff --git a/wdtk-testing/pom.xml b/wdtk-testing/pom.xml index df1c50f10..24b8797d7 100644 --- a/wdtk-testing/pom.xml +++ b/wdtk-testing/pom.xml @@ -5,7 +5,7 @@ org.wikidata.wdtk wdtk-parent - 0.14.4-SNAPSHOT + 0.14.4 wdtk-testing diff --git a/wdtk-util/pom.xml b/wdtk-util/pom.xml index 4294aa455..5e2b6d9c9 100644 --- a/wdtk-util/pom.xml +++ b/wdtk-util/pom.xml @@ -5,7 +5,7 @@ org.wikidata.wdtk wdtk-parent - 0.14.4-SNAPSHOT + 0.14.4 wdtk-util diff --git a/wdtk-wikibaseapi/pom.xml b/wdtk-wikibaseapi/pom.xml index f6ff7931b..39bf79506 100644 --- a/wdtk-wikibaseapi/pom.xml +++ b/wdtk-wikibaseapi/pom.xml @@ -6,7 +6,7 @@ org.wikidata.wdtk wdtk-parent - 0.14.4-SNAPSHOT + 0.14.4 wdtk-wikibaseapi