From 45598b64907e3292a944a9e9ecd39530a9e036d3 Mon Sep 17 00:00:00 2001
From: Florian Spreckelsen <f.spreckelsen@indiscale.com>
Date: Wed, 13 Nov 2024 10:14:56 +0100
Subject: [PATCH] REL: Prepare release of 0.10.0

---
 CHANGELOG.md    | 6 +-----
 CITATION.cff    | 4 ++--
 setup.cfg       | 4 ++--
 src/doc/conf.py | 4 ++--
 4 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3b55a8fe..ecf7350b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
-## [Unreleased] ##
+## [0.10.0] - 2024-11-13 ##
 
 ### Added ###
 
@@ -39,8 +39,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   case of `debug=False`. The previous behavior can be restored by
   calling `crawler_main` with `sss_max_log_level=logging.DEBUG`.
 
-### Deprecated ###
-
 ### Removed ###
 
 * Support for Python 3.8 (end of life)
@@ -53,8 +51,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   Too verbose server-side scripting logs that could lead to high disk
   usage.
 
-### Security ###
-
 ### Documentation ###
 
 - Tutorial on crawling a simple CSV file
diff --git a/CITATION.cff b/CITATION.cff
index 99756999..fc3a2ee6 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -17,6 +17,6 @@ authors:
     given-names: Alexander
     orcid: https://orcid.org/0000-0003-4124-9649
 title: CaosDB - Crawler
-version: 0.9.1
+version: 0.10.0
 doi: 10.3390/data9020024
-date-released: 2024-09-26
\ No newline at end of file
+date-released: 2024-11-13
\ No newline at end of file
diff --git a/setup.cfg b/setup.cfg
index 4e2056bd..29b576ed 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = caoscrawler
-version = 0.9.2
+version = 0.10.0
 author = Alexander Schlemmer
 author_email = alexander.schlemmer@ds.mpg.de
 description = A new crawler for LinkAhead
@@ -21,7 +21,7 @@ python_requires = >=3.9
 install_requires =
     caosadvancedtools >= 0.7.0
     importlib-resources
-    linkahead > 0.13.2
+    linkahead >= 0.16.0
     odfpy #make optional
     packaging
     pandas
diff --git a/src/doc/conf.py b/src/doc/conf.py
index 54b2bed2..5210d477 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -33,10 +33,10 @@ copyright = '2024, IndiScale'
 author = 'Alexander Schlemmer'
 
 # The short X.Y version
-version = '0.9.2'
+version = '0.10.0'
 # The full version, including alpha/beta/rc tags
 # release = '0.5.2-rc2'
-release = '0.9.2-dev'
+release = '0.10.0'
 
 
 # -- General configuration ---------------------------------------------------
-- 
GitLab