Skip to content

Commit

Permalink
Merge pull request #630 from IN-CORE/main
Browse files Browse the repository at this point in the history
Main to dev
  • Loading branch information
ywkim312 authored Nov 4, 2024
2 parents 77ed41b + 86c639a commit 137c35e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [1.20.1] - 2024-11-01

### Fixed
- CoreCGEML bug and updated base values [#627](https://github.com/IN-CORE/pyincore/issues/627)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# The short X.Y version
version = "1.20"
# The full version, including alpha/beta/rc tags
release = "1.20.0"
release = "1.20.1"

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion pyincore/globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import os
import shutil

PACKAGE_VERSION = "1.20.0"
PACKAGE_VERSION = "1.20.1"

INCORE_API_PROD_URL = "https://incore.ncsa.illinois.edu"
INCORE_API_DEV_URL = "https://incore-dev.ncsa.illinois.edu"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from setuptools import setup, find_packages

# version number of pyincore
version = "1.20.0"
version = "1.20.1"

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

0 comments on commit 137c35e

Please sign in to comment.