Skip to content

Commit 21421a8

Browse files
authored
Merge pull request #355 from ligangty/1.3.x
Update version to 1.3.5
2 parents ea975d3 + 46cf0c5 commit 21421a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.3.5
55
%global sdist_tar_name %{modulename}-%{charon_version}
66

77
%global python3_pkgversion 3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["setuptools", "setuptools-scm"]
44

55
[project]
66
name = "charon"
7-
version = "1.3.4"
7+
version = "1.3.5"
88
authors = [
99
{name = "RedHat EXD SPMM"},
1010
]

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.3.5"
1919

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

0 commit comments

Comments
 (0)