Skip to content

Commit

Permalink
Merge pull request #52 from neptune-ai/update-changelog
Browse files Browse the repository at this point in the history
update CHANGELOG for 0.5.3 release and fix pre-commit config
  • Loading branch information
Raalsky authored May 23, 2023
2 parents 9be91a8 + 2ad9d77 commit 8518ef3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
args: [--settings-path, pyproject.toml]
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [UNRELEASED] neptune-tensorboard 0.5.3
## neptune-tensorboard 0.5.3

### Changes
- Moved `neptune_tensorboard` and `neptune_tensorboard_plugin` packages to `src` directory ([#47](https://github.com/neptune-ai/neptune-tensorboard/pull/47))

0 comments on commit 8518ef3

Please sign in to comment.