Skip to content

Commit 8a2f2f7

Browse files
committed
make release
1 parent e8ddfc7 commit 8a2f2f7

5 files changed

Lines changed: 22 additions & 14 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.5
2+
current_version = 1.0.6
33
commit = True
44
tag = True
55

CHANGELOG.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ 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.1] - 2022-05-12
9-
10-
* First live release on JPMC gitub
8+
## [1.0.6] - 2022-11-21
119

12-
## [1.0.2] - 2022-05-12
13-
14-
* Integrate build with docs
10+
* Support setting of the default catalog
11+
* Fusion filesystem module
12+
* Upload functionality
13+
* Folder traversing for credentials
14+
* Filters for parquet and csv file opening
1515

16-
## [1.0.3] - 2022-05-12
16+
## [1.0.5] - 2022-06-22
1717

18-
* Add support for 'latest' datasets
18+
* Add support for internal auth methods
1919

2020
## [1.0.4] - 2022-05-19
2121

@@ -24,6 +24,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2424
* Various bug fixes
2525
* Streamline credentials creation
2626

27-
## [1.0.5] - 2022-06-22
27+
## [1.0.3] - 2022-05-12
28+
29+
* Add support for 'latest' datasets
30+
31+
## [1.0.2] - 2022-05-12
32+
33+
* Integrate build with docs
34+
35+
## [1.0.1] - 2022-05-12
2836

29-
* Add support for internal auth methods
37+
* First live release on JPMC gitub

fusion/__init__.py

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

33
__author__ = """Fusion Devs"""
44
__email__ = 'fusion_developers@jpmorgan.com'
5-
__version__ = '1.0.5'
5+
__version__ = '1.0.6'
66

77
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.5"
4+
version = "1.0.6"
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.5"
4+
version = "1.0.6"
55

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

0 commit comments

Comments
 (0)