Prepare new release

Change-Id: If83afa0d3510dc22f7540e194fb66c0d93ebab52
diff --git a/Changes b/Changes
index 64f5b5b..9f2fdf9 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,13 @@
+0.6.3 2024-06-04
+        - Trim filenames to fix double space after filename metadata
+        - Set permissions of zip contents to 666
+        - Allow different foundries for morpho and dependency annotations
+        - Readme: Drop early stage warning
+        - Drop cherry-pick unfriendly test count prediction
+        - conllu2korapxml:
+            - escape &, <, >
+            - convert upos column to upos features
+
 0.6.2 2024-01-24
         - Bump minimal perl version to 5.36 to improve unicode handling.
         - korapxml2conllu
diff --git a/script/conllu2korapxml b/script/conllu2korapxml
index b63ca14..eaa06aa 100755
--- a/script/conllu2korapxml
+++ b/script/conllu2korapxml
@@ -14,7 +14,7 @@
 my %opts;
 my %processedFilenames;
 
-our $VERSION = '0.6.2';
+our $VERSION = '0.6.3';
 our $VERSION_MSG = "\nconllu2korapxml - v$VERSION\n";
 
 use constant {
@@ -304,7 +304,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2021, L<IDS Mannheim|https://www.ids-mannheim.de/>
+Copyright (C) 2021-2024, L<IDS Mannheim|https://www.ids-mannheim.de/>
 
 Author: Marc Kupietz
 
diff --git a/script/korapxml2conllu b/script/korapxml2conllu
index b06136c..c663b13 100755
--- a/script/korapxml2conllu
+++ b/script/korapxml2conllu
@@ -25,7 +25,7 @@
 
 my $lm_training_data = 0;
 
-our $VERSION = '0.6.2';
+our $VERSION = '0.6.3';
 
 our $VERSION_MSG = "\nkorapxml2conllu - v$VERSION\n";
 
@@ -517,7 +517,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2021-2022, L<IDS Mannheim|https://www.ids-mannheim.de/>
+Copyright (C) 2021-2024, L<IDS Mannheim|https://www.ids-mannheim.de/>
 
 Author: Marc Kupietz