Skip to content

Commit 0da169c

Browse files
committed
build: bump version again
oops, need to rerelease to fix a git merge issue
1 parent 9380199 commit 0da169c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,9 @@ New features:
2121
Fixes, improvements, changes (highlights):
2222
- improve and generalize lang.Binder behavior
2323
- enable svgling for internal tree drawing
24-
- improvements to the relative clause notebook
24+
- improvements to the relative clause notebook
25+
26+
## [0.6.8] - Vacuity improvements - 2021-10-18
27+
28+
Fixes, improvements, changes (highlights):
29+
- correctly pin the right traitlets version

lamb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__all__ = ['utils', 'types', 'meta', 'lang', 'tree_mini', 'parsing', 'magics',
22
'lnsetup', 'display', 'combinators']
33

4-
__version_info__ = (0, 6, 7)
4+
__version_info__ = (0, 6, 8)
55
__release__ = True
66
__version__ = ".".join(str(i) for i in __version_info__)

0 commit comments

Comments
 (0)