Skip to content

Commit

Permalink
Merge pull request #14 from renan-r-santos/bump-version
Browse files Browse the repository at this point in the history
release: bump version
  • Loading branch information
renan-r-santos authored Apr 12, 2024
2 parents 57d9bd2 + 03045c9 commit 667aa52
Show file tree
Hide file tree
Showing 8 changed files with 110 additions and 109 deletions.
7 changes: 4 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ pixi run lint

1. Bump
1. Increment version in `pyproject.toml` and in `pixi.toml`
2. Commit with message "Bump version number to X.Y.Z"
3. Push commit to GitHub
4. Check [CI](https://github.com/renan-r-santos/pixi-kernel/actions/workflows/ci.yml) to ensure
2. Update all Pixi lock files
3. Commit with message "Bump version number to X.Y.Z"
4. Push commit to GitHub
5. Check [CI](https://github.com/renan-r-santos/pixi-kernel/actions/workflows/ci.yml) to ensure
all tests pass
2. Tag
1. Tag commit with "vX.Y.Z"
Expand Down
48 changes: 24 additions & 24 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pixi-kernel"
version = "0.1.2"
version = "0.2.0"
description = "Python Jupyter kernel using Pixi for reproducible notebooks"
authors = ["Renan Rodrigues dos Santos <renan.engmec@gmail.com>"]
channels = ["conda-forge"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pixi-kernel"
version = "0.1.2"
version = "0.2.0"
description = "Python Jupyter kernel using Pixi for reproducible notebooks"
license = { text = "MIT" }
authors = [
Expand Down
48 changes: 24 additions & 24 deletions tests/integration/bash_kernel/pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 22 additions & 22 deletions tests/integration/ipykernel/pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 667aa52

Please sign in to comment.