Skip to content

Commit 0f4bd7b

Browse files
committed
bump version: 0.7.0
1 parent 4197676 commit 0f4bd7b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.7.0 (pending)
2+
------------------
3+
4+
* compat: compatibility with python 3.11 and later
5+
* deps: do not pin werkzeug/flask 2.
6+
* docs: do not pin old versions of docutils/sphinx, optional extra dependencies to build docs
7+
* bugfix: fix an issue where deleting a report was not deleting the associated GridFS objects as expected.
8+
19
0.6.3 (2024-07-11)
210
------------------
311
* Feature: Flag to preserve original working directory when running notebooks to make local imports and relative paths work.

notebooker/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.3"
1+
__version__ = "0.7.0"

0 commit comments

Comments
 (0)