diff --git a/CHANGELOG.md b/CHANGELOG.md index f54c2a254cae78a242630207434ec73b77ad2abc..8e88f71b2577177de5ce658b2ec83f86db6d065c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ 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] ## + +### Added ### + +### Changed ### + +### Deprecated ### + +### Removed ### + +### Fixed ### + +### Security ### + +### Documentation ### + ## [0.11.0] - 2025-03-05 ## ### Added ### diff --git a/setup.cfg b/setup.cfg index da645c0d7615a1a3caab8dabd8af1893b72bdf61..f6f95d6de8bdea2d7620eb05d7654cb9600fabb5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = caoscrawler -version = 0.11.0 +version = 0.11.1 author = Alexander Schlemmer author_email = alexander.schlemmer@ds.mpg.de description = A new crawler for LinkAhead diff --git a/src/doc/conf.py b/src/doc/conf.py index a1e9dbded97fe82fdee4d0df1e30a6fe46be6bae..6583364e3e108cf6c5d14566d91cf7ff9bd289b3 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.11.0' +version = '0.11.1' # The full version, including alpha/beta/rc tags # release = '0.5.2-rc2' -release = '0.11.0' +release = '0.11.1-dev' # -- General configuration ---------------------------------------------------