Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.3.1dev] - 2026-XX-XX : https://github.com/BU-ISCIII/buisciii-tools/releases/tag/2.3.1dev
## [2.3.1] - 2026-02-26 : https://github.com/BU-ISCIII/buisciii-tools/releases/tag/2.3.1

### Credits

Expand Down
2 changes: 1 addition & 1 deletion buisciii/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def run_buisciii():
highlight=False,
)

__version__ = "2.3.0"
__version__ = "2.3.1"
stderr.print(
"[grey39] BUISCIII-tools version {}".format(__version__), highlight=False
)
Expand Down
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "buisciii-tools"
version = "2.3.0"
version = "2.3.1"
dynamic = ["dependencies"]

authors = [
Expand All @@ -22,7 +22,8 @@ authors = [
{name = "Alejandro Bernabeu", email = "abernabeu@isciii.es"},
{name = "Alba Talavera", email = "alba.talavera@externos.isciii.es"},
{name = "Magdalena Matito", email = "mmatito@externos.isciii.es"},
{name = "Pau Pascual", email = "ppascual@externos.isciii.es"}
{name = "Pau Pascual", email = "ppascual@externos.isciii.es"},
{name = "Enrique Sapena Ventura", email = "enrique.sapena@isciii.es"}
]

maintainers = [
Expand All @@ -40,7 +41,8 @@ maintainers = [
{name = "Alejandro Bernabeu", email = "abernabeu@isciii.es"},
{name = "Alba Talavera", email = "alba.talavera@externos.isciii.es"},
{name = "Magdalena Matito", email = "mmatito@externos.isciii.es"},
{name = "Pau Pascual", email = "ppascual@externos.isciii.es"}
{name = "Pau Pascual", email = "ppascual@externos.isciii.es"},
{name = "Enrique Sapena Ventura", email = "enrique.sapena@isciii.es"}
]

description = "Tools for managing and resolution of buisciii services."
Expand Down
Loading