Skip to content

Commit

Permalink
Patch v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sahasatvik committed Jan 29, 2022
1 parent 44a889b commit ad77657
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include requirements.txt
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requests==2.24.0
google_auth_oauthlib==0.4.4
beautifulsoup4==4.9.3
google_api_python_client==2.1.0
protobuf==3.15.8
beautifulsoup4>=4.10.0
google_api_python_client>=2.36.0
google_auth_oauthlib>=0.4.4
protobuf>=3.19.4
requests>=2.26.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
author = "Parth Bibekar",
author_email = "bibekarparth24@gmail.com",
url = "https://github.com/ParthBibekar/Welearn-bot",
version = "1.2.3",
version = "1.2.4",
license = "MIT",
package_dir = {"": "src"},
packages=setuptools.find_packages(where="src"),
Expand Down
2 changes: 1 addition & 1 deletion src/welearnbot/welearnbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def main():
whoami - shows the user's name and exits\n\
Abbreviations such as any one of 'f', 'a', 'u', 'c', 'w' are supported.")
parser.add_argument("courses", nargs="*", help="IDs of the courses to download files from. The word ALL selects everything \nfrom the [courses] section in .welearnrc or welearn.ini")
parser.add_argument("-v", "--version", action="version", version="1.2.3")
parser.add_argument("-v", "--version", action="version", version="1.2.4")
parser.add_argument("-d", "--dueassignments", action="store_true", help="show only due assignments with the 'assignments' action")
parser.add_argument("-c", "--gcalendar", action="store_true", help="add due assignments to Google Calendar with the 'assignments' action")
parser.add_argument("-i", "--ignoretypes", nargs="*", help="ignores the specified extensions when downloading, overrides .welearnrc")
Expand Down

0 comments on commit ad77657

Please sign in to comment.