Skip to content

Commit

Permalink
[docs] Update version info.
Browse files Browse the repository at this point in the history
  • Loading branch information
miaotony committed Dec 21, 2020
1 parent c491855 commit 6674da8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
## Change log

### `V0.21.0.20201221`

**请注意,本版本修改了关键的课表查询接口!**

[fix] Fix the bug when parsing timetable.
修复教务系统课表查询界面修改导致的课表无法解析的问题。
[fix] Fix exam output format.
考试列表里多了一列考场校区,修复了一下输出的格式。
[fix] Update requirement version.
升级了依赖的版本,但还是建议在虚拟环境中运行。

**[Known Issue]**
Only personal timetable is supported, class timetable cannot be queried temporarily.
只支持个人课表,班级课表暂时无法查询。


### `V0.20.0.20201116`

[feat] Fit the different course time batches for Tianmuhu Campus.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ NUAA_ClassSchedule
---
## Version

**V0.20.0.20201116**
**V0.21.0.20201221**

**Change Log:**
Please refer to [CHANGELOG](CHANGELOG.md).
Expand Down
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

DEBUG = False

VERSION = "V0.20.0.20201116"
VERSION = "V0.21.0.20201221"

0 comments on commit 6674da8

Please sign in to comment.