Skip to content

Commit 5383c7d

Browse files
committed
prepare release
1 parent aeb6c68 commit 5383c7d

5 files changed

Lines changed: 10 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.16
2+
current_version = 1.0.17
33
commit = True
44
tag = True
55

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.17] - 2024-02-26
9+
10+
* allow datetime dataseries members
11+
* to_bytes method
12+
* encode dataset name in the changes endpoint
13+
814
## [1.0.16] - 2024-02-19
915

1016
* fix multi-dataset fsync

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.16"
5+
__version__ = "1.0.17"
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.16"
4+
version = "1.0.17"
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.16"
4+
version = "1.0.17"
55

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

0 commit comments

Comments
 (0)