From a89e4c9de3be90bbbb48ce7e2d454366064fb4a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E7=9D=BF?= Date: Wed, 1 Apr 2026 22:04:57 +0800 Subject: [PATCH] feat(v2.1): update readme --- README.md | 2 +- README_cn.md | 2 +- src/excelalchemy/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e91e32..c518e65 100755 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This repository is also a design artifact. It documents a series of deliberate engineering choices: `src/` layout, Pydantic v2 migration, pandas removal, pluggable storage, `uv`-based workflows, and locale-aware workbook output. -The current stable release line is `2.0.0.post1`, the first post-release update to the stable ExcelAlchemy 2.0 line. +The current stable release line is `2.1.0`, which continues the stable ExcelAlchemy 2.x line with internal architecture cleanup and naming improvements. ## At a Glance diff --git a/README_cn.md b/README_cn.md index 054bce8..ce88d15 100644 --- a/README_cn.md +++ b/README_cn.md @@ -5,7 +5,7 @@ ExcelAlchemy 是一个面向 Excel 导入导出的 schema-first Python 库。 它的核心思路不是“读写表格文件”,而是“把 Excel 当成一种带约束的业务契约”。 -当前稳定发布版本是 `2.0.0.post1`,也就是 ExcelAlchemy 2.0 稳定线的首个 post-release 更新。 +当前稳定发布版本是 `2.1.0`,它在稳定的 ExcelAlchemy 2.x 线上继续推进了内部架构整理和命名收口。 你用 Pydantic 模型定义结构,用 `FieldMeta` 定义 Excel 元数据,用显式的导入/导出流程去完成模板生成、数据校验、错误回写和后端集成。 diff --git a/src/excelalchemy/__init__.py b/src/excelalchemy/__init__.py index 6a9550e..fed870b 100644 --- a/src/excelalchemy/__init__.py +++ b/src/excelalchemy/__init__.py @@ -1,6 +1,6 @@ """A Python Library for Reading and Writing Excel Files""" -__version__ = '2.0.0.post1' +__version__ = '2.1.0' from excelalchemy._primitives.constants import CharacterSet, DataRangeOption, DateFormat, Option from excelalchemy._primitives.deprecation import ExcelAlchemyDeprecationWarning from excelalchemy._primitives.identity import (