From b8f0248140521deb94f18f11abd8c9f82c58f9a9 Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Fri, 31 May 2024 06:58:43 -0400 Subject: [PATCH 1/3] Bump version in release checklist. --- .bumpversion.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 634e58f..dde88f6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -8,3 +8,5 @@ tag = False [bumpversion:file:fresnel/version.py] [bumpversion:file:Doxyfile] + +[bumpversion:file:.github/ISSUE_TEMPLATE/release.md] From e85ae00dc183963d0be04519ffe67bd654cb113e Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Fri, 31 May 2024 06:59:20 -0400 Subject: [PATCH 2/3] Bump version to 0.13.6 --- .bumpversion.cfg | 2 +- .github/ISSUE_TEMPLATE/release.md | 2 +- Doxyfile | 2 +- doc/conf.py | 4 ++-- fresnel/version.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index dde88f6..ccb0c54 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.13.5 +current_version = 0.13.6 commit = False tag = False diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index f8b5dcb..d8c6a46 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -1,7 +1,7 @@ --- name: Release checklist about: '[for maintainer use]' -title: 'Release 0.13.5' +title: 'Release 0.13.6' labels: '' assignees: 'joaander' diff --git a/Doxyfile b/Doxyfile index 3673d21..28fa4cd 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = Fresnel # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "0.13.5" +PROJECT_NUMBER = "0.13.6" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/doc/conf.py b/doc/conf.py index ee6773a..c17973f 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -71,9 +71,9 @@ # built documents. # # The short X.Y version. -version = '0.13.5' +version = '0.13.6' # The full version, including alpha/beta/rc tags. -release = '0.13.5' +release = '0.13.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/fresnel/version.py b/fresnel/version.py index 509ffa6..c1ff8e4 100644 --- a/fresnel/version.py +++ b/fresnel/version.py @@ -7,4 +7,4 @@ version (str): fresnel package version, following semantic versioning. """ -version = "0.13.5" +version = "0.13.6" From 4abc8559695b0618a7f1940c01817d20831c6ecd Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Fri, 31 May 2024 07:09:57 -0400 Subject: [PATCH 3/3] Document release date in the change log. --- CHANGELOG.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7e3d9cf..6bb2548 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -12,8 +12,8 @@ fresnel_ releases follow `semantic versioning`_. 0.x ---- -0.13.6 (not yet released) -^^^^^^^^^^^^^^^^^^^^^^^^^ +0.13.6 (2024-05-31) +^^^^^^^^^^^^^^^^^^^ *Added*