From b140d3adce4e8e7ff7b0daaa6684bd7065e4819b Mon Sep 17 00:00:00 2001
From: Tom Willemse <tom@ryuslash.org>
Date: Fri, 20 Nov 2015 10:15:32 +0100
Subject: [PATCH] Bump version

---
 .bumpversion.cfg | 11 ++++++-----
 CHANGELOG.org    |  7 ++++++-
 yoshi-theme.el   |  2 +-
 3 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 8e35493..e44a94a 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,13 +1,14 @@
 [bumpversion]
-current_version = 6.0.0
+current_version = 6.1.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}
-      :PROPERTIES:
-      :CUSTOM_ID: release-{new_version}
-      :END:
+	:PROPERTIES:
+	:CUSTOM_ID: release-{new_version}
+	:END:
+
diff --git a/CHANGELOG.org b/CHANGELOG.org
index a8c41d9..81d21d9 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -8,7 +8,12 @@
 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/v6.0.0...HEAD][Unreleased]]
+* COMMENT [[https://github.com/ryuslash/yoshi-theme/compare/v6.1.0...HEAD][Unreleased]]
+
+* [[https://github.com/ryuslash/yoshi-theme/compare/v6.0.0...v6.1.0][6.1.0]] -- 2015-11-20
+  :PROPERTIES:
+  :CUSTOM_ID: release-6.1.0
+  :END:
 ** ADDED Some helm faces
 
    Add the helm faces: =helm-M-x-key=, =helm-buffer-directory=,
diff --git a/yoshi-theme.el b/yoshi-theme.el
index c7f557e..df19867 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -4,7 +4,7 @@
 
 ;; Author: Tom Willemse <tom@ryuslash.org>
 ;; Keywords: faces
-;; Version: 6.0.0
+;; Version: 6.1.0
 ;; URL: http://projects.ryuslash.org/yoshi-theme/
 
 ;; This program is free software; you can redistribute it and/or modify