Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Feb 9, 2025
1 parent 83b08b5 commit d6ca362
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# CHANGELOG


## v1.0.2 (2025-02-09)


## v1.0.1 (2025-02-09)

### Bug Fixes
Expand All @@ -15,6 +18,9 @@ Signed-off-by: Illustar0 <[email protected]>

Signed-off-by: Illustar0 <[email protected]>

- Type error
([`a9c82f1`](https://github.com/Illustar0/ZZU.Py/commit/a9c82f15919e0249439d15d332b117d2062af0c1))

### Chores

- Change license
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
project = "ZZU.Py"
copyright = "2024-2025, Illustar0"
author = "Illustar0"
release = "1.0.1"
release = "1.0.2"
autoclass_content = "both"


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "zzupy"
version = "1.0.1"
version = "1.0.2"
description = "郑州大学移动校园的 Python API 封装 / An API wrapper for Zhengzhou University Mobile Campus written in Python."
authors = ["Illustar0 <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion zzupy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from .api import ZZUPy
__version__="1.0.1"
__version__="1.0.2"

0 comments on commit d6ca362

Please sign in to comment.