Skip to content

Commit 0370f53

Browse files
authored
Bump version to 0.1.1rc64 (#821)
1 parent c421233 commit 0370f53

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v0.1.1rc64 (November 14, 2025)
4+
5+
Full Changelog: https://github.com/atlanhq/application-sdk/compare/v0.1.1rc63...v0.1.1rc64
6+
7+
### Bug Fixes
8+
9+
- Disable analytics tracking for DAFT (#820) (by @TechyMT in [c421233](https://github.com/atlanhq/application-sdk/commit/c421233))
10+
11+
312
## v0.1.1rc63 (November 12, 2025)
413

514
Full Changelog: https://github.com/atlanhq/application-sdk/compare/v0.1.1rc62...v0.1.1rc63

application_sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Version information for the application_sdk package.
33
"""
44

5-
__version__ = "0.1.1rc63"
5+
__version__ = "0.1.1rc64"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "atlan-application-sdk"
3-
version = "0.1.1rc63"
3+
version = "0.1.1rc64"
44
description = "Atlan Application SDK is a Python library for developing applications on the Atlan Platform"
55
license = "Apache-2.0"
66
authors = [

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)