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 Apr 23, 2021
1 parent 9bfa29d commit fd140ed
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## Change log


### `V0.22.0.20210423`

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

[fix] Fix `can not find the course table url` bug.
从2021年4月8日下午开始,教务系统又改回个人课表的界面了。于是把 `getCourseTable` 函数接口又改回去了。
[fix] Update requirement version.
升级了依赖的版本。


### `V0.21.0.20201221`

**请注意,本版本修改了关键的课表查询接口!**
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.21.0.20201221**
**V0.22.0.20210423**

**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.21.0.20201221"
VERSION = "V0.22.0.20210423"

0 comments on commit fd140ed

Please sign in to comment.