diff --git a/CHANGELOG.md b/CHANGELOG.md
index acbab871d43a7d19ceed3d3d0b040f06787ab8e3..d1a161f8935a7f8f1ee4d7fa6f6f3912497c8884 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,5 @@
+## Master (will become release v2.11)
+
 ## Release 2.10
 
 ### Added
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b2f13d7bef72a3f7433de7a4798b6f4a4328e755..c2f637f75a57a60c48cb9e13d85851f0c1f7bab6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.16)
-project(amdis LANGUAGES CXX VERSION 2.10)
+project(amdis LANGUAGES CXX VERSION 2.11)
 
 # find dune-common and set the module path
 find_package(dune-common REQUIRED)
diff --git a/docs/Doxyfile b/docs/Doxyfile
index 959e001285a1eed1dac7df5cf54bb577d6b3a7e9..b07f9bdada672ed3f5aa768d09c339020e20879b 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -6,7 +6,7 @@
 
 DOXYFILE_ENCODING      = UTF-8
 PROJECT_NAME           = AMDiS
-PROJECT_NUMBER         = 2.10
+PROJECT_NUMBER         = 2.11-git
 PROJECT_BRIEF          = "The Adaptive Multi-Dimensional Simulation Toolbox"
 PROJECT_LOGO           =
 OUTPUT_DIRECTORY       =
diff --git a/dune.module b/dune.module
index 4741be266b14385a92bfd36b34aa4002fbced9ab..950131fc229009213271bcbf4f76e4ddecaa2c96 100644
--- a/dune.module
+++ b/dune.module
@@ -1,8 +1,8 @@
 Module: amdis
-Version: 2.10
+Version: 2.11-git
 Author: Insitute of Scientific Computing at TU-Dresden
 Maintainer: simon.praetorius@tu-dresden.de
 Description: The Adaptive Multi-Dimensional Simulation Toolbox (AMDiS), a discretization module on top of the Dune framework.
 Python-Requires:
-Depends: dune-common (>= 2.10) dune-geometry (>= 2.10) dune-localfunctions (>= 2.10) dune-typetree (>= 2.10) dune-grid (>= 2.10) dune-functions (>= 2.10) dune-istl (>= 2.10)
+Depends: dune-common dune-geometry dune-localfunctions dune-typetree dune-grid dune-functions dune-istl
 Suggests: dune-uggrid dune-alugrid dune-foamgrid dune-spgrid dune-vtk
diff --git a/mkdocs.yml b/mkdocs.yml
index c7500ed1084cbfc47750b27380e975cbe9b27b12..9ba92679b98c727772a4cc742cc5f0dc287266f6 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -4,7 +4,7 @@ site_description: >
   discretization module allowing for fast prototyping of PDEs on adaptively refined
   grids. It is implemented on top of the Dune framework.
 site_author: Simon Praetorius <simon.praetorius@tu-dresden.de>
-copyright: (c) 2018-2023 Simon Praetorius
+copyright: (c) 2018-2024 Simon Praetorius
 
 repo_url: https://gitlab.com/amdis/amdis
 repo_name: GitLab