Prepare new bug fix version 1.2.1
Change-Id: Ia8d7f7982940a57e56eaeccf59845c4c749737e0
diff --git a/DESCRIPTION b/DESCRIPTION
index 700c473..2c2e250 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
Package: RKorAPClient
Type: Package
Title: 'KorAP' Web Service Client Package
-Version: 1.2.0.9000
+Version: 1.2.1
Authors@R:
c(person(given = "Marc",
family = "Kupietz",
diff --git a/NEWS.md b/NEWS.md
index 0f1e00a..d00cc59 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,7 +1,8 @@
-# RKorAPClient 1.2.0.9000
+# RKorAPClient 1.2.1
- fixed `fetchAnnotations()` morphology so MarMoT and other foundries keep all features from nested spans ([#30](https://github.com/KorAP/RKorAPClient/issues/30))
- reimplemented annotation parsing with `xml2`, retaining multiple lemma/POS values and improving robustness of token alignment
+- changed format of annotation_snippet column for compatibility with Python client
# RKorAPClient 1.2.0
diff --git a/Readme.md b/Readme.md
index e42a12c..84a68a6 100644
--- a/Readme.md
+++ b/Readme.md
@@ -197,8 +197,6 @@
You can use complex annotation queries in all client functions just as in the KorAP web interface (see [KorAP Query Help](https://korap.ids-mannheim.de/doc/ql)). To fetch the annotations for all matches in a `KorAPQuery` object, use the `fetchAnnotations()` method:
```R
-# fetchAnnotations is available since RKorAPClient v1.2.0
-devtools::install_github("KorAP/RKorAPClient")
library(RKorAPClient)
kco <- KorAPConnection(verbose = TRUE) |> auth()
q <- corpusQuery(kco, "[marmot/p=ADJA] [tt/l=Ameisenplage & marmot/m=case:acc]", metadataOnly = FALSE) |>