Skip to content

Commit ede56f0

Browse files
Victor ZhestkovVictor Zhestkov
authored andcommitted
Set version 2023.04.18
1 parent c5c3a33 commit ede56f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<service name="obs_scm" mode="disabled">
33
<param name="url">https://github.com/vzhestkov/saline.git</param>
44
<param name="scm">git</param>
5-
<param name="revision">2023.04.12</param>
5+
<param name="revision">2023.04.18</param>
66
<param name="versionformat">@PARENT_TAG@</param>
77
<param name="exclude">.git</param>
88
<param name="extract">*.spec</param>

python-saline.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%{?!python_module:%define python_module() python3-%{**}}
44

55
Name: python-saline
6-
Version: 2023.04.12
6+
Version: 2023.04.18
77
Release: 0
88
Summary: The salt event collector and manager
99
License: GPL-2.0+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
description="The salt event collector and manager",
77
author="Victor Zhestkov",
88
author_email="vzhestkov@gmail.com",
9-
version="2023.04.11",
9+
version="2023.04.18",
1010
packages=["saline", "saline.config", "saline.data"],
1111
license="GPL-2.0",
1212
scripts=["salined"],

0 commit comments

Comments
 (0)