From fffb100fc57ecb147bface4441f91bfd0cb6ff9a Mon Sep 17 00:00:00 2001 From: cronan03 Date: Tue, 30 Jul 2024 13:33:14 +0000 Subject: [PATCH] Publish 0.1.0a3 SHA256 hashes: jupyter_builder-0.1.0a3-py3-none-any.whl: 22282803dcab260bf2027ea185ddd5727ec242c17127a2aef40020a934699904 jupyter_builder-0.1.0a3.tar.gz: 18fe752d733f9776b409a2b21737773f0ebb0766c831d50c763ada7571076f1b --- CHANGELOG.md | 18 ++++++++++++++++-- jupyter_builder/_version.py | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7471b01..4a6152c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## 0.1.0a3 + +([Full Changelog](https://github.com/jupyterlab/jupyter-builder/compare/v0.1.0a2...464a12d6a8288e06646f0c364ee1477d643c7261)) + +### Maintenance and upkeep improvements + +- Bump ruff from 0.4.7 to 0.5.5 in the pip group across 1 directory [#24](https://github.com/jupyterlab/jupyter-builder/pull/24) ([@dependabot](https://github.com/dependabot)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-builder/graphs/contributors?from=2024-07-29&to=2024-07-30&type=c)) + +[@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-builder+involves%3Adependabot+updated%3A2024-07-29..2024-07-30&type=Issues) + + + ## 0.1.0a2 ([Full Changelog](https://github.com/jupyterlab/jupyter-builder/compare/ac6bb51518d309b96658dc45784f4d47a7cd559c...02764ce51fd919bdb5739e06d545656ee0e5b2c9)) @@ -36,5 +52,3 @@ ([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-builder/graphs/contributors?from=2024-03-04&to=2024-07-29&type=c)) [@cronan03](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-builder+involves%3Acronan03+updated%3A2024-03-04..2024-07-29&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-builder+involves%3Adependabot+updated%3A2024-03-04..2024-07-29&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-builder+involves%3Afcollonval+updated%3A2024-03-04..2024-07-29&type=Issues) | [@kloczek](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-builder+involves%3Akloczek+updated%3A2024-03-04..2024-07-29&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-builder+involves%3Awelcome+updated%3A2024-03-04..2024-07-29&type=Issues) - - diff --git a/jupyter_builder/_version.py b/jupyter_builder/_version.py index 66bda2e..8410f3d 100644 --- a/jupyter_builder/_version.py +++ b/jupyter_builder/_version.py @@ -1,4 +1,4 @@ # Copyright (c) Jupyter Development Team. # Distributed under the terms of the Modified BSD License. -__version__ = "0.1.0a2" +__version__ = "0.1.0a3"