Skip to content

Commit

Permalink
Bumps up ploomber to version 0.18.2dev
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Apr 22, 2022
1 parent bf24be5 commit 1817624
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CHANGELOG

## 0.18.2dev

## 0.18.1 (2022-04-22)
* Compatibility with click `7.x` and `8.x` ([#719](https://github.com/ploomber/ploomber/issues/719))
* Deprecates casting for boolean `static_analysis` flag ([#586](https://github.com/ploomber/ploomber/issues/586))
Expand Down
2 changes: 1 addition & 1 deletion src/ploomber/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from ploomber.jupyter.manager import _load_jupyter_server_extension
from ploomber.util.loader import lazily_load_entry_point

__version__ = '0.18.1'
__version__ = '0.18.2dev'

# Set default logging handler to avoid "No handler found" warnings.

Expand Down

0 comments on commit 1817624

Please sign in to comment.