diff options
| author | 2015-08-31 21:03:00 +0200 | |
|---|---|---|
| committer | 2015-08-31 21:03:00 +0200 | |
| commit | aa221a0685450b96ec4bc1a34329f7acd73236c9 (patch) | |
| tree | 854505c4072d1e1c19b12dbc0de6a9735c5fc938 | |
| parent | 7a3d16aba05d4cf6ed2e6f873e49028b43b6a0a7 (diff) | |
| download | yoshi-theme-aa221a0685450b96ec4bc1a34329f7acd73236c9.tar.gz yoshi-theme-aa221a0685450b96ec4bc1a34329f7acd73236c9.zip | |
Bump version
| -rw-r--r-- | .bumpversion.cfg | 5 | ||||
| -rw-r--r-- | CHANGELOG.org | 4 | ||||
| -rw-r--r-- | 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 <tom@ryuslash.org> ;; 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 |
