From b5c59ea40a3581ef0cd91a9b397570c08adcae64 Mon Sep 17 00:00:00 2001 From: Heberto Mayorquin Date: Fri, 20 Dec 2024 12:56:48 -0600 Subject: [PATCH] post release --- .pre-commit-config.yaml | 2 +- CHANGELOG.md | 17 ++++++++++++++++- pyproject.toml | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6a6977633..ae61219c1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: exclude: ^docs/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.1 + rev: v0.8.3 hooks: - id: ruff args: [ --fix ] diff --git a/CHANGELOG.md b/CHANGELOG.md index 82e6f2cce..ba0e4068f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,24 @@ # v0.7.0 (Upcoming) -Breaking changes should be here + +## Deprecations + +## Bug Fixes + +## Features + +## Improvements # v0.6.9 (Upcoming) Small fixes should be here. +## Deprecations + +## Bug Fixes + +## Features + +## Improvements + # v0.6.6 (December 20, 2024) diff --git a/pyproject.toml b/pyproject.toml index e318cc9c1..cd92852ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "neuroconv" -version = "0.6.6" +version = "0.6.7" description = "Convert data from proprietary formats to NWB format." readme = "README.md" authors = [