File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 1.20.1 ] - 2024-11-01
9
9
10
10
### Fixed
11
11
- CoreCGEML bug and updated base values [ #627 ] ( https://github.com/IN-CORE/pyincore/issues/627 )
Original file line number Diff line number Diff line change 35
35
# The short X.Y version
36
36
version = "1.20"
37
37
# The full version, including alpha/beta/rc tags
38
- release = "1.20.0 "
38
+ release = "1.20.1 "
39
39
40
40
# -- General configuration ---------------------------------------------------
41
41
Original file line number Diff line number Diff line change 10
10
import os
11
11
import shutil
12
12
13
- PACKAGE_VERSION = "1.20.0 "
13
+ PACKAGE_VERSION = "1.20.1 "
14
14
15
15
INCORE_API_PROD_URL = "https://incore.ncsa.illinois.edu"
16
16
INCORE_API_DEV_URL = "https://incore-dev.ncsa.illinois.edu"
Original file line number Diff line number Diff line change 7
7
from setuptools import setup , find_packages
8
8
9
9
# version number of pyincore
10
- version = "1.20.0 "
10
+ version = "1.20.1 "
11
11
12
12
with open ("README.rst" , encoding = "utf-8" ) as f :
13
13
readme = f .read ()
You can’t perform that action at this time.
0 commit comments