-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #77 from opensource-nepal/release/v1.1.1
chore: Release v1.1.1
- Loading branch information
Showing
2 changed files
with
7 additions
and
6 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 |
---|---|---|
|
@@ -6,17 +6,18 @@ The 'py-nepali' project is committed to maintaining the security and integrity o | |
|
||
We provide security updates and support for the latest stable release of the 'py-nepali' package. It is important to keep your software up to date to ensure you have the latest security patches. | ||
|
||
| Version | Supported | | ||
| ------- | ------------------ | | ||
| 1.0.0 | :white_check_mark: | | ||
| 0.5.6 | :white_check_mark: | | ||
| < 0.5.6 | :x: | | ||
| Version | Supported | | ||
| -------- | ------------------ | | ||
| >= 1.0.0 | :white_check_mark: | | ||
| 0.5.6 | :white_check_mark: | | ||
| < 0.5.6 | :x: | | ||
|
||
## Reporting a Vulnerability | ||
|
||
If you discover a security vulnerability within the project, we encourage you to report it the maintainers immediately. Promptly reporting security issues helps us protect our users and take appropriate actions to address the vulnerability. To report a security vulnerability, please follow these steps: | ||
|
||
1. Email at [email protected] or [email protected] with a detailed description of the vulnerability. Please include the following information: | ||
|
||
- Description of the vulnerability, including steps to reproduce if applicable | ||
- Version of the py-nepali package affected | ||
- Any potential mitigations or workarounds | ||
|
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 |
---|---|---|
|
@@ -38,7 +38,7 @@ | |
|
||
setuptools.setup( | ||
name="nepali", | ||
version="1.1.0", | ||
version="1.1.1", | ||
license="MIT", | ||
author="opensource-nepal", | ||
author_email="[email protected], [email protected]", | ||
|