From 0632e259ad826bce0207f2524e9ec54f033ad5a0 Mon Sep 17 00:00:00 2001 From: mscheltienne Date: Fri, 2 Aug 2024 11:42:49 +0200 Subject: [PATCH] bump for release --- docs/source/dev/changes/0.6.0.rst | 2 ++ docs/source/dev/changes/changelog.rst | 1 - docs/source/dev/changes/latest.rst | 30 --------------------------- pyproject.toml | 2 +- 4 files changed, 3 insertions(+), 32 deletions(-) delete mode 100644 docs/source/dev/changes/latest.rst diff --git a/docs/source/dev/changes/0.6.0.rst b/docs/source/dev/changes/0.6.0.rst index 73bb5d59..d0f11a9c 100644 --- a/docs/source/dev/changes/0.6.0.rst +++ b/docs/source/dev/changes/0.6.0.rst @@ -9,6 +9,8 @@ .. include:: ./names.inc +.. _latest: + Version 0.6 ----------- diff --git a/docs/source/dev/changes/changelog.rst b/docs/source/dev/changes/changelog.rst index 085a8894..af2a4b97 100644 --- a/docs/source/dev/changes/changelog.rst +++ b/docs/source/dev/changes/changelog.rst @@ -6,7 +6,6 @@ Changelog .. toctree:: :titlesonly: - latest.rst 0.6.0 0.5.0 0.4.0 diff --git a/docs/source/dev/changes/latest.rst b/docs/source/dev/changes/latest.rst deleted file mode 100644 index 7d0c8de2..00000000 --- a/docs/source/dev/changes/latest.rst +++ /dev/null @@ -1,30 +0,0 @@ -.. NOTE: we use cross-references to highlight new functions and classes. - Please follow the examples below, so the changelog page will have a link to - the function/class documentation. - -.. NOTE: there are 3 separate sections for changes, based on type: - - "Enhancements" for new features - - "Bugs" for bug fixes - - "API changes" for backward-incompatible changes - -.. include:: ./names.inc - -.. _latest: - -Version 0.7 ------------ - -Enhancements -~~~~~~~~~~~~ - -- xxx - -Bugs -~~~~ - -- xxx - -API and behavior changes -~~~~~~~~~~~~~~~~~~~~~~~~ - -- xxx diff --git a/pyproject.toml b/pyproject.toml index ef9c2ca7..b8ba35ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ maintainers = [ name = 'pycrostates' readme = 'README.md' requires-python = '>=3.9' -version = '0.7.0.dev0' +version = '0.6.1' [project.optional-dependencies] all = [