From e9cb4893edd1d3707dd12ddcd23b4fca0d0a4fef Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Mon, 6 May 2024 21:07:47 +0200 Subject: [PATCH] Release 0.9.4 --- .github/workflows/publish.yml | 2 +- LICENSE | 2 +- NEWS.rst | 7 +++++++ src/nbsphinx/__init__.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d57ae323..5129983f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,7 +33,7 @@ jobs: id-token: write steps: - name: Get the artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: dist path: dist diff --git a/LICENSE b/LICENSE index ae02b511..ba31dc4d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015-2023 Matthias Geier +Copyright (c) 2015-2024 Matthias Geier Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/NEWS.rst b/NEWS.rst index dd486dc1..9b39cefd 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,10 @@ +Version 0.9.4 -- 2024-05-06 -- PyPI__ -- diff__ + * Require ``docutils >= 0.18.1`` + * Minor fixes, documentation and CI updates + +__ https://pypi.org/project/nbsphinx/0.9.4/ +__ https://github.com/spatialaudio/nbsphinx/compare/0.9.3...0.9.4 + Version 0.9.3 -- 2023-08-27 -- PyPI__ -- diff__ * Fix gallery regression in Sphinx 7.2 diff --git a/src/nbsphinx/__init__.py b/src/nbsphinx/__init__.py index 07339a7f..02771f2d 100644 --- a/src/nbsphinx/__init__.py +++ b/src/nbsphinx/__init__.py @@ -3,7 +3,7 @@ https://nbsphinx.readthedocs.io/ """ -__version__ = '0.9.3' +__version__ = '0.9.4' import collections.abc import copy