Skip to content

Commit

Permalink
Bump version to 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
immerrr committed Oct 11, 2019
1 parent ffb726b commit 9d5f291
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions jedi-core.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

;; Author: Takafumi Arakaki <aka.tkf at gmail.com>
;; Package-Requires: ((emacs "24") (epc "0.1.0") (python-environment "0.0.2") (cl-lib "0.5"))
;; Version: 0.2.7
;; Version: 0.2.8

;; This file is NOT part of GNU Emacs.

Expand Down Expand Up @@ -41,7 +41,7 @@
:group 'completion
:prefix "jedi:")

(defconst jedi:version "0.2.7")
(defconst jedi:version "0.2.8")

(defvar jedi:source-dir (if load-file-name
(file-name-directory load-file-name)
Expand Down
2 changes: 1 addition & 1 deletion jedi.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Takafumi Arakaki <aka.tkf at gmail.com>
;; Package-Requires: ((emacs "24") (jedi-core "0.2.2") (auto-complete "1.4"))
;; Version: 0.2.7
;; Version: 0.2.8

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='jediepcserver',
version='0.2.7',
version='0.2.8',
py_modules=['jediepcserver'],
install_requires=[
"jedi>=0.11.0",
Expand Down

1 comment on commit 9d5f291

@PiFlUn
Copy link

@PiFlUn PiFlUn commented on 9d5f291 Feb 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible that the lastst version of jedi does not work with python 3.8?

Please sign in to comment.