Skip to content

Commit 925fd49

Browse files
committed
Update project version to 1.4.0
1 parent 244f167 commit 925fd49

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

charon.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global owner Commonjava
22
%global modulename charon
33

4-
%global charon_version 1.3.4
4+
%global charon_version 1.4.0
55
%global sdist_tar_name %{modulename}-%{charon_version}
66

77
%global python3_pkgversion 3

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ requires = ["setuptools", "setuptools-scm"]
44

55
[project]
66
name = "charon"
7+
<<<<<<< HEAD
78
version = "1.3.4"
9+
=======
10+
version = "1.4.0"
11+
>>>>>>> 821599b (Update project version to 1.4.0)
812
authors = [
913
{name = "RedHat EXD SPMM"},
1014
]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"""
1616
from setuptools import setup, find_packages
1717

18-
version = "1.3.4"
18+
version = "1.4.0"
1919

2020
long_description = """
2121
This charon is a tool to synchronize several types of

0 commit comments

Comments
 (0)