Skip to content

Commit

Permalink
post release
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Dec 20, 2024
1 parent 612e6ff commit b5c59ea
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand Down
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion 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 = "neuroconv"
version = "0.6.6"
version = "0.6.7"
description = "Convert data from proprietary formats to NWB format."
readme = "README.md"
authors = [
Expand Down

0 comments on commit b5c59ea

Please sign in to comment.