aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-10-25 21:25:25 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-10-25 21:26:12 +0200
commit6dc74d77e999281169109c5107a8365d987a5e6c (patch)
tree7e8dfc1d992dade1d2f58dbc2985e2e3f35b8a5f
parentadd pyproject.toml file (diff)
downloademacs-ebuild-snippets-6dc74d77e999281169109c5107a8365d987a5e6c.tar.gz
emacs-ebuild-snippets-6dc74d77e999281169109c5107a8365d987a5e6c.tar.bz2
emacs-ebuild-snippets-6dc74d77e999281169109c5107a8365d987a5e6c.zip
bump to 2.2.02.2.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r--VERSION2
-rw-r--r--ebuild-snippets.el4
-rw-r--r--pyproject.toml2
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ć <xgqt@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+)
\.