diff --git a/MAINTAINERS.org b/MAINTAINERS.org index bb18006..a5866df 100644 --- a/MAINTAINERS.org +++ b/MAINTAINERS.org @@ -6,7 +6,7 @@ changes, etc. Write a few sentences describing the change and how it affects users going forward. #+NAME: changelog -#+HEADER: :var PREV_VERSION="afbb9b513410ee6f36a1f2fa1ff8a505862de1ca" VERSION="master" +#+HEADER: :var PREV_VERSION="v0.8.2" VERSION="master" #+BEGIN_SRC shell :results output git log --pretty=format:"%s" ${PREV_VERSION}...${VERSION} #+END_SRC diff --git a/jupyter-base.el b/jupyter-base.el index f5e2903..c05bba1 100644 --- a/jupyter-base.el +++ b/jupyter-base.el @@ -127,7 +127,7 @@ from the kernel.") A longer timeout is needed, for example, when retrieving the `jupyter-kernel-info' to allow for the kernel to startup.") -(defconst jupyter-version "0.8.2" +(defconst jupyter-version "0.8.2-dev" "Current version of Jupyter.") ;;; Macros