Skip to content

Commit

Permalink
Bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed May 26, 2013
1 parent 405f346 commit c77c20a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# The short X.Y version.
version = '0.1.2'
# The full version, including alpha/beta/rc tags.
release = '0.1.2alpha3'
release = '0.1.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion jedi-pkg.el
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(define-package "jedi"
"0.1.2alpha3"
"0.1.2"
"Python auto-completion for Emacs"
'((epc "0.1.0")
(auto-complete "1.4")))
4 changes: 2 additions & 2 deletions 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: ((epc "0.1.0") (auto-complete "1.4"))
;; Version: 0.1.2alpha3
;; Version: 0.1.2

;; This file is NOT part of GNU Emacs.

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

(defconst jedi:version "0.1.2alpha3")
(defconst jedi:version "0.1.2")

(defvar jedi:source-dir (if load-file-name
(file-name-directory load-file-name)
Expand Down

0 comments on commit c77c20a

Please sign in to comment.