Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Release v1.1.1 #77

Merged
merged 1 commit into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]",
Expand Down
Loading