Skip to content

Commit ee93dec

Browse files
committed
Bump version to 1.3.1
1 parent f33501b commit ee93dec

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## 1.3.1 (2026-02-16)
4+
5+
### Fixed
6+
7+
- **Hex.pm packaging** - Added `files` section to app.src to include build scripts
8+
(`do_cmake.sh`, `do_build.sh`) and other necessary files in the hex.pm package
9+
310
## 1.3.0 (2026-02-16)
411

512
### Added

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, "1.3.0"},
3+
{vsn, "1.3.1"},
44
{registered, [py_pool]},
55
{mod, {erlang_python_app, []}},
66
{applications, [

0 commit comments

Comments
 (0)