From aa221a0685450b96ec4bc1a34329f7acd73236c9 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 31 Aug 2015 21:03:00 +0200 Subject: [PATCH] Bump version --- .bumpversion.cfg | 5 +++-- CHANGELOG.org | 4 +++- yoshi-theme.el | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 017584c..bf24abe 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,10 +1,11 @@ [bumpversion] -current_version = 5.13.0 +current_version = 6.0.0 [bumpversion:file:yoshi-theme.el] [bumpversion:file:CHANGELOG.org] search = * [[https://github.com/ryuslash/yoshi-theme/compare/v{current_version}...HEAD][Unreleased]] replace = * COMMENT [[https://github.com/ryuslash/yoshi-theme/compare/v{new_version}...HEAD][Unreleased]] - + * [[https://github.com/ryuslash/yoshi-theme/compare/v{current_version}...v{new_version}][{new_version}]] -- {now:%Y-%m-%d} + diff --git a/CHANGELOG.org b/CHANGELOG.org index 22f735f..ec32bb3 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -7,7 +7,9 @@ All notable changes to this project will be documented in this file. This project adheres to [[http://semver.org][Semantic Versioning]]. -* [[https://github.com/ryuslash/yoshi-theme/compare/v5.13.0...HEAD][Unreleased]] +* COMMENT [[https://github.com/ryuslash/yoshi-theme/compare/v6.0.0...HEAD][Unreleased]] + +* [[https://github.com/ryuslash/yoshi-theme/compare/v5.13.0...v6.0.0][6.0.0]] -- 2015-08-31 ** ADDED =js2-function-param= face. diff --git a/yoshi-theme.el b/yoshi-theme.el index 4de93b7..0bc7db9 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: faces -;; Version: 5.13.0 +;; Version: 6.0.0 ;; 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