Skip to content

Commit

Permalink
Release v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Aug 27, 2024
1 parent d10a172 commit 70e4f7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
### Improvements


## V0.6.0 (August 27, 2024)
## v0.6.0 (August 27, 2024)

### Deprecations
* Deprecated `WaveformExtractor` usage. [PR #821](https://github.com/catalystneuro/neuroconv/pull/821)
Expand Down
2 changes: 1 addition & 1 deletion docs/developer_guide/making_a_release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ A simple to-do list for the Neuroconv release process:

- The title and tag should be the release version.
- The changelog should be copied correspondingly.
- Check the hashes in the markdown to ensure they match with the format of previous releases.
- Check the hashes in the markdown to ensure they match with the format of previous releases. This can be done efficiently by searching for `@ git` in an IDE.

5. **Release**:

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ classifiers = [
"Operating System :: POSIX :: Linux",
"Operating System :: Microsoft :: Windows",
"Operating System :: MacOS",
"License :: BSD-3-Clause ",
"License :: OSI Approved :: BSD License",

]
requires-python = ">=3.9"
dependencies = [
Expand Down

0 comments on commit 70e4f7b

Please sign in to comment.