Skip to content

Commit ebe949a

Browse files
committed
Release version 2.2.0
1 parent c6a1e13 commit ebe949a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

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

3-
## 2.2.0 (unreleased)
3+
## 2.2.0 (2026-03-24)
44

55
### Added
66

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Add to your `rebar.config`:
88

99
```erlang
1010
{deps, [
11-
{erlang_python, "2.1.0"}
11+
{erlang_python, "2.2.0"}
1212
]}.
1313
```
1414

src/erlang_python.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, erlang_python, [
22
{description, "Execute Python applications from Erlang using dirty NIFs"},
3-
{vsn, "2.1.0"},
3+
{vsn, "2.2.0"},
44
{registered, [py_pool]},
55
{mod, {erlang_python_app, []}},
66
{applications, [

0 commit comments

Comments
 (0)