Skip to content

Commit 3b17462

Browse files
authored
Merge pull request #148 from jpmorganchase/release/20250905
release/20250905
2 parents 94c1a4a + f5069ef commit 3b17462

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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+
## [3.0.0] - 2025-09-05
9+
* Support multifile download for each distribution
10+
* Rust code conversion to python
11+
* Python 3.13 support
12+
* Download date time logic fix
13+
* BCBS Reports
14+
815
## [2.0.17] - 2025-08-19
916
* Enhance and reorganize documentation site.
1017

py_src/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__ = "3.0.0-dev0"
5+
__version__ = "3.0.0"
66

77
from fusion.credentials import FusionCredentials
88
from fusion.fs_sync import fsync

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyfusion"
3-
version = "3.0.0-dev0"
3+
version = "3.0.0"
44

55
description = "JPMC Fusion Developer Tools"
66
authors = [
@@ -246,7 +246,7 @@ exclude_lines = [
246246

247247

248248
[tool.bumpversion]
249-
current_version = "3.0.0-dev0"
249+
current_version = "3.0.0"
250250
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<release>[a-z]+)(?P<candidate>\d+))?'
251251
serialize = [
252252
'{major}.{minor}.{patch}-{release}{candidate}',

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)