Skip to content

Commit

Permalink
release 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
longshuicy committed Feb 12, 2025
1 parent c092469 commit 6928a75
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.21.0] - 2025-02-12

### Changed
- Enable internal network names for each service [#638](https://github.com/IN-CORE/pyincore/issues/638)
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
author = ""

# The short X.Y version
version = "1.20"
version = "1.21"
# The full version, including alpha/beta/rc tags
release = "1.20.1"
release = "1.21.0"

# -- 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.1"
PACKAGE_VERSION = "1.21.0"

INCORE_API_PROD_URL = "https://tools.in-core.org"
INCORE_API_DEV_URL = "https://dev.in-core.org"
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.1"
version = "1.21.0"

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

0 comments on commit 6928a75

Please sign in to comment.