-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e74e24b
commit 2d25cd7
Showing
3 changed files
with
23 additions
and
3 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 |
---|---|---|
@@ -1,5 +1,25 @@ | ||
# Changelog | ||
|
||
## v0.1.0 | ||
## v1.0.0 | ||
|
||
- First release of `ej_cli` | ||
|
||
### Current Features | ||
|
||
* Scrape SIS Data | ||
* Attendance Tracker | ||
* Show Student Advisor | ||
* Task Manager (Kanban Style) | ||
* E-JUST Map | ||
* Show Student Schedule | ||
* Export Student Schedule to PDF | ||
* Export Student Schedule to Calendar | ||
|
||
### New Contributors | ||
|
||
* @Abdelrahman0W | ||
* @MariaGamal made their first contribution in https://github.com/Abdelrahman0W/ejustian-cli/pull/7 | ||
* @tameemalaa made their first contribution in https://github.com/Abdelrahman0W/ejustian-cli/pull/10 | ||
* @Nawarrr made their first contribution in https://github.com/Abdelrahman0W/ejustian-cli/pull/21 | ||
|
||
**Full Changelog**: https://github.com/Abdelrahman0W/ejustian-cli/commits/first-release |
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 |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.1.0" | ||
__version__ = "1.0.0" |
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
''', | ||
long_description=readme, | ||
long_description_content_type='text/markdown', | ||
version='0.1.0', | ||
version='1.0.0', | ||
author='Abdelrahman Wael Abdelkhalek', | ||
author_email='[email protected]', | ||
home_page='https://github.com/Abdelrahman0W/ejustian-cli', | ||
|