-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix timezone error 通过更换时区表达模块修复错误 can not import UTC Fix error can not import UTC by using timezone.utc * fix format * bump version --------- Co-authored-by: T2XX <[email protected]> Co-authored-by: Jarrett Ye <[email protected]>
- Loading branch information
1 parent
6560253
commit 5d36ec3
Showing
3 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "fsrs" | ||
version = "2.1.0" | ||
version = "2.1.1" | ||
description = "Free Spaced Repetition Scheduler" | ||
readme = "README.md" | ||
authors = [{ name = "Jarrett Ye", email = "[email protected]" }] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters