Skip to content

Commit 2f8618b

Browse files
committed
prepare release
1 parent 154d38f commit 2f8618b

5 files changed

Lines changed: 8 additions & 4 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.22
2+
current_version = 1.0.23
33
commit = True
44
tag = True
55

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.23] - 2024-04-12
9+
10+
* bug fix to unlock the upload functionality
11+
812
## [1.0.22] - 2024-04-06
913

1014
* limit number of threads for download to default to 10

fusion/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Fusion Devs"""
44
__email__ = "fusion_developers@jpmorgan.com"
5-
__version__ = "1.0.22"
5+
__version__ = "1.0.23"
66

77
from fusion.fs_sync import fsync
88
from fusion.fusion import Fusion, FusionCredentials

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.poetry]
33
name = "PyFusion"
4-
version = "1.0.22"
4+
version = "1.0.23"
55

66
homepage = "https://github.com/jpmorganchase/fusion"
77
description = "JPMC Fusion Developer Tools"

pyproject_docs_build.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.poetry]
33
name = "PyFusion"
4-
version = "1.0.22"
4+
version = "1.0.23"
55

66
homepage = "https://github.com/jpmorganchase/fusion"
77
description = "JPMC Fusion Developer Tools"

0 commit comments

Comments
 (0)