Skip to content

Commit

Permalink
restore version in neptune.new (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkasprzyk authored Mar 8, 2022
1 parent d74d9fa commit 3407ffd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## neptune-client 0.15.1

## Fixes
- Restore __version__ in neptune.new ([#860](https://github.com/neptune-ai/neptune-client/pull/860))

## neptune-client 0.15.0

## Features
Expand Down
4 changes: 4 additions & 0 deletions neptune/new/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
init_run,
init,
)
from neptune.new.version import version


__version__ = str(version)


def _raise_legacy_client_expected(*args, **kwargs):
Expand Down

0 comments on commit 3407ffd

Please sign in to comment.