commit:     6dc74d77e999281169109c5107a8365d987a5e6c
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 25 19:25:25 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Oct 25 19:26:12 2023 +0000
URL:        
https://gitweb.gentoo.org/proj/emacs-ebuild-snippets.git/commit/?id=6dc74d77

bump to 2.2.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 VERSION            | 2 +-
 ebuild-snippets.el | 4 ++--
 pyproject.toml     | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/VERSION b/VERSION
index 7ec1d6d..ccbccc3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.1.0
+2.2.0

diff --git a/ebuild-snippets.el b/ebuild-snippets.el
index cc7ba97..fccb40d 100644
--- a/ebuild-snippets.el
+++ b/ebuild-snippets.el
@@ -21,7 +21,7 @@
 
 ;; Authors: Maciej Barć <x...@gentoo.org>
 ;; Created: 27 Feb 2023
-;; Version: 2.1.0
+;; Version: 2.2.0
 ;; Keywords: languages
 ;; Homepage: https://gitweb.gentoo.org/proj/emacs-ebuild-snippets.git
 ;; Package-Requires: ((emacs "24"))
@@ -49,7 +49,7 @@
 (require 'yasnippet)
 
 
-(defconst ebuild-snippets-version "2.1.0"
+(defconst ebuild-snippets-version "2.2.0"
   "Ebuild-Snippets version.")
 
 

diff --git a/pyproject.toml b/pyproject.toml
index fe2a6e7..1ac45c9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
 [tool.tbump.version]
-current = "2.1.0"
+current = "2.2.0"
 regex = '''
   (?P<major>\d+)
   \.

Reply via email to