Skip to content

Commit

Permalink
release 0.4.2, updating pin of numpydoc_decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
vreuter committed Apr 18, 2024
1 parent b6bf13b commit b27f2e5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.4.2] - 2024-04-18

### Changed
* Using more updated version of `numpydoc_decorator` for our lab, tagged rather than just commit hashed

## [0.4.1] - 2024-04-17

### Changed
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gertils"
version = "0.4.0"
version = "0.4.2"
description = "General computing utilities for data processing and analysis in the Gerlich group at IMBA"
authors = [
"Vince Reuter <[email protected]>",
Expand Down Expand Up @@ -30,7 +30,7 @@ build-backend = "poetry.core.masonry.api"
python = ">=3.10.0,<3.12"
dask = "^2023.5.1"
numpy = "^1.24.2"
numpydoc_decorator = { git = "https://github.com/alimanfoo/numpydoc_decorator.git", rev = "a9cbb0a29544788bbfd83ed47082e3442d9e5364" }
numpydoc_decorator = { git = "https://github.com/vreuter/numpydoc_decorator", tag = "v2.2.1" }
zarr = "^2.4.12"

[tool.poetry.group.dev]
Expand Down

0 comments on commit b27f2e5

Please sign in to comment.