Skip to content

Commit

Permalink
version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DaSenf1860 committed Jul 29, 2024
1 parent 9359c26 commit 5edd1a4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "msfabricpysdkcore"
version = "0.1.3"
version = "0.1.4"
dynamic = ["dependencies"]
authors = [
{ name="Andreas Rederer"},
Expand Down
5 changes: 5 additions & 0 deletions releasenotes/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes

## 0.1.4

### Bug Fixes
- now you can use a Service Principal to work against the Azure Resoure Management APIs

## 0.1.3

- adding logging logics
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='msfabricpysdkcore',
version='1.3',
version='1.4',
packages=find_packages(),
install_requires=[
'requests>=2.30.0',
Expand Down

0 comments on commit 5edd1a4

Please sign in to comment.