Skip to content

Commit

Permalink
Bump version: 1.11 → 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenschaefer committed Jun 29, 2018
1 parent 636db47 commit 39d625c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.11
current_version = 1.12
parse = (?P<major>\d+)\.(?P<minor>.*)
serialize = {major}.{minor}
files = buttercup.el buttercup-pkg.el
Expand Down
2 changes: 1 addition & 1 deletion buttercup-pkg.el
@@ -1,2 +1,2 @@
(define-package "buttercup" "1.11"
(define-package "buttercup" "1.12"
"Behavior-Driven Emacs Lisp Testing")
6 changes: 3 additions & 3 deletions buttercup.el
Expand Up @@ -2,7 +2,7 @@

;; Copyright (C) 2015-2017 Jorgen Schaefer <contact@jorgenschaefer.de>

;; Version: 1.11
;; Version: 1.12
;; Author: Jorgen Schaefer <contact@jorgenschaefer.de>
;; Package-Requires: ((emacs "24.3"))
;; URL: https://github.com/jorgenschaefer/emacs-buttercup
Expand Down Expand Up @@ -700,8 +700,8 @@ See also `buttercup-define-matcher'."
(cons (buttercup-suite-or-spec-parent suite-or-spec)
(buttercup-suite-or-spec-parents (buttercup-suite-or-spec-parent suite-or-spec)))))

(define-obsolete-function-alias 'buttercup-suite-parents 'buttercup-suite-or-spec-parents "emacs-buttercup 1.11")
(define-obsolete-function-alias 'buttercup-spec-parents 'buttercup-suite-or-spec-parents "emacs-buttercup 1.11")
(define-obsolete-function-alias 'buttercup-suite-parents 'buttercup-suite-or-spec-parents "emacs-buttercup 1.12")
(define-obsolete-function-alias 'buttercup-spec-parents 'buttercup-suite-or-spec-parents "emacs-buttercup 1.12")

(defun buttercup-suites-total-specs-defined (suite-list)
"Return the number of specs defined in all suites in SUITE-LIST."
Expand Down

0 comments on commit 39d625c

Please sign in to comment.