Skip to content

Commit 47a41fc

Browse files
committed
release 1.20.1
1 parent 77ed41b commit 47a41fc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [Unreleased]
8+
## [1.20.1] - 2024-11-01
99

1010
### Fixed
1111
- CoreCGEML bug and updated base values [#627](https://github.com/IN-CORE/pyincore/issues/627)

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
# The short X.Y version
3636
version = "1.20"
3737
# The full version, including alpha/beta/rc tags
38-
release = "1.20.0"
38+
release = "1.20.1"
3939

4040
# -- General configuration ---------------------------------------------------
4141

pyincore/globals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import os
1111
import shutil
1212

13-
PACKAGE_VERSION = "1.20.0"
13+
PACKAGE_VERSION = "1.20.1"
1414

1515
INCORE_API_PROD_URL = "https://incore.ncsa.illinois.edu"
1616
INCORE_API_DEV_URL = "https://incore-dev.ncsa.illinois.edu"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from setuptools import setup, find_packages
88

99
# version number of pyincore
10-
version = "1.20.0"
10+
version = "1.20.1"
1111

1212
with open("README.rst", encoding="utf-8") as f:
1313
readme = f.read()

0 commit comments

Comments
 (0)