-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [2.0.0](v1.2.1...v2.0.0) (2023-08-10) ### Code Refactoring * make it easier to call each client ([0d6b5dd](0d6b5dd)) ### Features * add rss feed client ([0319975](0319975)) ### BREAKING CHANGES * removes need for class
- Loading branch information
1 parent
61541a8
commit e7d7f7b
Showing
2 changed files
with
18 additions
and
1 deletion.
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
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,6 +1,6 @@ | ||
{ | ||
"name": "newspy", | ||
"version": "1.2.1", | ||
"version": "2.0.0", | ||
"description": "The news client written in Python that fetches and curates the world news across the web.", | ||
"repository": "https://github.com/onemoola/newspy.git", | ||
"author": "Sechaba Mofokeng <[email protected]>", | ||
|