Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelrahman0w committed Nov 30, 2022
1 parent e74e24b commit 2d25cd7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
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
2 changes: 1 addition & 1 deletion ej_cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "1.0.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2d25cd7

Please sign in to comment.