We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8456d38 commit 680ee54Copy full SHA for 680ee54
CHANGELOG.md
@@ -2,8 +2,10 @@
2
3
## Unreleased
4
5
-- Set minimum Basilisp version to >=0.4.0
6
-- Fix import alias resolution after defining a new namespace (#6)
+## 1.3.0
+
7
+- Set minimum Basilisp version to >=0.4.0 (#7)
8
+- Fix import alias resolution issue after defining a new namespace (#6)
9
10
## 1.2.0
11
basilisp_kernel/__init__.py
@@ -1,5 +1,5 @@
1
"""The Basilisp Jupyter kernel"""
-__version__ = '1.2.0'
+__version__ = '1.3.0'
from .kernel import BasilispKernel
0 commit comments