We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6051b36 + 874c5da commit c14663dCopy full SHA for c14663d
charon.spec
@@ -1,7 +1,7 @@
1
%global owner Commonjava
2
%global modulename charon
3
4
-%global charon_version 1.3.2
+%global charon_version 1.3.3
5
%global sdist_tar_name %{modulename}-%{charon_version}
6
7
%global python3_pkgversion 3
setup.py
@@ -15,7 +15,7 @@
15
"""
16
from setuptools import setup, find_packages
17
18
-version = "1.3.2"
+version = "1.3.3"
19
20
long_description = """
21
This charon is a tool to synchronize several types of
0 commit comments