mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-04 15:41:37 -05:00
Set back to dev
This commit is contained in:
parent
403c70c83c
commit
82f8fe691e
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue