Set back to dev

This commit is contained in:
Nathaniel Nicandro 2020-04-07 15:43:10 -05:00
parent 403c70c83c
commit 82f8fe691e
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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