Skip to content

Commit

Permalink
chore: release 1.7.5 release (most likely final release!)
Browse files Browse the repository at this point in the history
  • Loading branch information
kokonut27 committed Dec 9, 2021
1 parent a33d556 commit aa559a3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
⚠️ CAUTION: **`Note that this is a WIP, and is not yet perfected. There will be errors, and it would be appreciated if you let us know about it.`** ⚠️
> **Version: 1.7.1
> **Version: 1.7.5
[![Contributors](https://img.shields.io/github/contributors/JBYT27/GitAPI?style=for-the-badge)](https://github.com/JBYT27/GitAPI/graphs/contributors)
[![Forks](https://img.shields.io/github/forks/JBYT27/GitAPI?style=for-the-badge)](https://github.com/JBYT27/GitAPI/network/members)
Expand Down
2 changes: 1 addition & 1 deletion src/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Glitch
Copyright (c) 2021 JBYT27

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 8 additions & 2 deletions src/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
⚠️ CAUTION: **`Note that this is a WIP, and is not yet perfected. There will be errors, and it would be appreciated if you let us know about it.`** ⚠️
> **Version: 1.7.1
> **Version: 1.7.5
[![Contributors](https://img.shields.io/github/contributors/JBYT27/GitAPI?style=for-the-badge)](https://github.com/JBYT27/GitAPI/graphs/contributors)
[![Forks](https://img.shields.io/github/forks/JBYT27/GitAPI?style=for-the-badge)](https://github.com/JBYT27/GitAPI/network/members)
Expand All @@ -19,6 +19,9 @@ This API is designed to show GitHub stats for certain users, or viewing GitHub i

> To learn how to use it, you can read the Usage header below.
### Posts
The Replit post is located [here](https://replit.com/talk/share/GitAPI-A-GitHub-API-for-you/146858)

### Languages used
Languages used to program this package were: [Python3](https://python.org)

Expand Down Expand Up @@ -173,6 +176,9 @@ Contributing will be listed mostly in the [Code of Conduct](https://github.com/J
## License
This package is under the [`MIT License`](https://github.com/JBYT27/GitAPI/blob/master/MyApp/LICENSE).

## Projects
All of the projects involving or using this package is listed [here](https://github.com/JBYT27/GitAPI/blob/master/.github/PROJECTS.md).

## Features:
- [x] Add basic features for `User()` class
- [ ] Add advanced features for `User()` class
Expand Down Expand Up @@ -225,4 +231,4 @@ This package is under the [`MIT License`](https://github.com/JBYT27/GitAPI/blob/
* `git_api.Repo("owner", "reponame").IsPrivate()`
* `git_api.Repo("owner", "reponame").Name()`
* `git_api.Repo("owner", "reponame").Language()`
* `git_api.Repo("owner", "reponame").Stars()`
* `git_api.Repo("owner", "reponame").Stars()`
4 changes: 2 additions & 2 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

setup(
name = "git_api",
version = "1.7.1",
version = "1.7.5",
description = "A GitHub API. Extracts data from GitHub into json style data.",
long_description = long_description,
long_description_content_type = "text/markdown",
url = "https://github.com/JBYT27/GitAPI",
url = "https://github.com/JBYT27/Git-API",
author = "JBYT27",
author_email = "beol0127@gmail.com",
license = "MIT",
Expand Down

0 comments on commit aa559a3

Please sign in to comment.