Skip to content

Commit

Permalink
Merge pull request #643 from j3-signalroom/642-upgraded-to-confluent-…
Browse files Browse the repository at this point in the history
…flink-table-api-python-plugin-to-release-12048

Resolved #642.
  • Loading branch information
j3-signalroom authored Jan 19, 2025
2 parents ba9e18a + d1e1262 commit 599f377
Show file tree
Hide file tree
Showing 6 changed files with 328 additions and 315 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

The format is base on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.58.00.000] - 2025-01-19
### Added
- Issue [#642](https://github.com/j3-signalroom/apache_flink-kickstarter/issues/642).

## [0.57.00.000] - 2024-12-28
### Added
- Issue [#622](https://github.com/j3-signalroom/apache_flink-kickstarter/issues/622).
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2024 Jeffrey Jonathan Jennings
Copyright (c) 2024-2025 Jeffrey Jonathan Jennings

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
6 changes: 3 additions & 3 deletions ccaf/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[project]
name = "ccaf"
version = "0.57.00.000"
version = "0.58.00.000"
description = "Confluent Cloud for Apache Flink (CCAF) Python Table API examples"
readme = "README.md"
authors = [
{ name = "Jeffrey Jonathan Jennings (J3)", email = "j3@thej3.com" }
]
requires-python = "~=3.11.9"
dependencies = [
"boto3>=1.35.90",
"confluent-flink-table-api-python-plugin>=1.20.42",
"boto3>=1.36.2",
"confluent-flink-table-api-python-plugin>=1.20.48",
]

[project.scripts]
Expand Down
46 changes: 23 additions & 23 deletions ccaf/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "apache_flink_kickstarter"
version = "0.57.00.000"
version = "0.58.00.000"
description = "Apache Flink Kickstarter"
readme = "README.md"
requires-python = "~=3.11.9"
Expand Down
Loading

0 comments on commit 599f377

Please sign in to comment.