Skip to content

Commit

Permalink
bump version, add changelog, don't run tests twice
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Jun 22, 2024
1 parent ea44469 commit 54690b6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Run Python tests

on:
push:
pull_request:
workflow_dispatch:

jobs:
Expand Down
10 changes: 10 additions & 0 deletions docs/meta/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## 0.2

### 0.2.1 - 24-06-21

Linting and code formatting :)

Added `black` and `ruff` for linting and formatting,
reformatted the package.

See the [Contributing](./contributing.md) documentation for
details and usage.

### 0.2.0 - 24-06-21

StreamDaq enhancements and testing
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "miniscope_io"
version = "0.2.0"
version = "0.2.1"
description = "Generic I/O for miniscopes"
authors = [
"sneakers-the-rat <JLSaunders987@gmail.com>",
Expand Down

0 comments on commit 54690b6

Please sign in to comment.