branch: elpa/emacsql commit 03d478870834a683f433e7f0e288476748eec624 Author: Christopher Wellons <well...@nullprogram.com> Commit: Christopher Wellons <well...@nullprogram.com>
Bump to version 2.0.0 (fix #15). --- emacsql-mysql.el | 2 +- emacsql-psql.el | 2 +- emacsql-sqlite.el | 2 +- emacsql.el | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/emacsql-mysql.el b/emacsql-mysql.el index 8cbe7549b8..b50252c5aa 100644 --- a/emacsql-mysql.el +++ b/emacsql-mysql.el @@ -5,7 +5,7 @@ ;; Author: Christopher Wellons <well...@nullprogram.com> ;; URL: https://github.com/skeeto/emacsql ;; Version: 1.0.0 -;; Package-Requires: ((emacs "24.3") (cl-lib "0.3") (emacsql "1.0.2")) +;; Package-Requires: ((emacs "24.3") (cl-lib "0.3") (emacsql "2.0.0")) ;;; Commentary: diff --git a/emacsql-psql.el b/emacsql-psql.el index 28233502e0..a44fa9739b 100644 --- a/emacsql-psql.el +++ b/emacsql-psql.el @@ -5,7 +5,7 @@ ;; Author: Christopher Wellons <well...@nullprogram.com> ;; URL: https://github.com/skeeto/emacsql ;; Version: 1.0.0 -;; Package-Requires: ((emacs "24.3") (cl-lib "0.3") (emacsql "1.0.2") (pg "0.12")) +;; Package-Requires: ((emacs "24.3") (cl-lib "0.3") (emacsql "2.0.0") (pg "0.12")) ;;; Commentary: diff --git a/emacsql-sqlite.el b/emacsql-sqlite.el index 97e71ebda8..69ccffbc50 100644 --- a/emacsql-sqlite.el +++ b/emacsql-sqlite.el @@ -5,7 +5,7 @@ ;; Author: Christopher Wellons <well...@nullprogram.com> ;; URL: https://github.com/skeeto/emacsql ;; Version: 1.0.0 -;; Package-Requires: ((emacs "24.3") (cl-lib "0.3") (emacsql "1.0.2")) +;; Package-Requires: ((emacs "24.3") (cl-lib "0.3") (emacsql "2.0.0")) ;;; Commentary: diff --git a/emacsql.el b/emacsql.el index e1357ebadb..04162ee0d2 100644 --- a/emacsql.el +++ b/emacsql.el @@ -4,7 +4,7 @@ ;; Author: Christopher Wellons <well...@nullprogram.com> ;; URL: https://github.com/skeeto/emacsql -;; Version: 1.0.2 +;; Version: 2.0.0 ;; Package-Requires: ((emacs "24.3") (cl-lib "0.3") (finalize "1.0.0")) ;;; Commentary: @@ -69,7 +69,7 @@ "The EmacSQL SQL database front-end." :group 'comm) -(defvar emacsql-version "1.0.2") +(defvar emacsql-version "2.0.0") (defvar emacsql-global-timeout 30 "Maximum number of seconds to wait before bailing out on a SQL command.