Skip to content

Commit 32c97f6

Browse files
authored
Merge pull request #222 from ligangty/main
Update version to 1.3.1
2 parents 53aac45 + f2940ff commit 32c97f6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

charon.spec

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ export LANG=en_US.UTF-8 LANGUAGE=en_US.en LC_ALL=en_US.UTF-8
8080

8181

8282
%changelog
83+
* Tue May 7 2024 Gang Li <[email protected]>
84+
- 1.3.1 release
85+
- Add checksum refresh command: refresh checksum files for maven artifacts
86+
- Refactor the CF invalidating commands into cf sub command
87+
8388
* Fri Apr 12 2024 Gang Li <[email protected]>
8489
- 1.3.0 release
8590
- Add validate command: validate the checksum for maven artifacts

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.0"
18+
version = "1.3.1"
1919

2020
# f = open('README.md')
2121
# long_description = f.read().strip()

0 commit comments

Comments
 (0)