Skip to content

Commit 755f6a2

Browse files
committed
2.1.3
1 parent aa6417c commit 755f6a2

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update
3-
rev: v0.8.0
3+
rev: v0.9.0
44
hooks:
55
- id: pre-commit-update
66
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -18,7 +18,7 @@ repos:
1818
- id: codespell
1919
exclude: ^locale/
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.14.3
21+
rev: v0.14.6
2222
hooks:
2323
- id: ruff-check
2424
args: [--fix]

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## `2.1.3` - 2025-11-24
2+
3+
#### 🐛 Bug Fixes
4+
5+
- **Fixed package build to include all subpackages** [#118](https://github.com/magiclabs/magic-admin-python/pull/118)
6+
- Updated `pyproject.toml` to explicitly include `magic_admin.resources` and `magic_admin.utils` subpackages in the distribution
7+
- Previously, only the top-level `magic_admin` package was included, causing import errors for subpackage modules
8+
- This ensures all subpackages are properly included in the built wheel and source distributions
9+
10+
---
11+
112
## `2.1.2` - 2025-09-29
213

314
#### 🚀 New Features

magic_admin/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "2.1.2"
1+
VERSION = "2.1.3"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "magic-admin"
7-
version = "2.1.2"
7+
version = "2.1.3"
88
description = "Magic Python Library"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)