Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Update README.md & Bump version to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dkvc committed Feb 10, 2023
1 parent 4e6c0a3 commit fad754a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,16 @@ It allows you to search for a specific package and get information about its cur
[![Python Tests](https://github.com/dkvc/gpkgstatus/actions/workflows/python-test.yml/badge.svg?branch=main)](https://github.com/dkvc/gpkgstatus/actions/workflows/python-test.yml)
[![CodeQL](https://github.com/dkvc/gpkgstatus/actions/workflows/codeql.yml/badge.svg?branch=main)](https://github.com/dkvc/gpkgstatus/actions/workflows/codeql.yml)

## Current PyPI Status

[![PyPI version](https://img.shields.io/pypi/v/gpkgstatus)](https://pypi.org/project/gpkgstatus/)
[![Dep Status](https://img.shields.io/librariesio/release/pypi/gpkgstatus)](https://pypi.org/project/gpkgstatus/)
[![Python support](https://img.shields.io/pypi/pyversions/gpkgstatus)](https://pypi.org/project/gpkgstatus/)

## Current Release Status

[![Last Pre-Release Date](https://img.shields.io/github/release-date-pre/dkvc/gpkgstatus?label=Preview%20Release&)](https://github.com/dkvc/gpkgstatus/releases)
[![Last Release Date](https://img.shields.io/github/release-date/dkvc/gpkgstatus?label=Stable%20Release&)](https://github.com/dkvc/gpkgstatus/releases)
[![Last Pre-Release Date](https://img.shields.io/github/release-date-pre/dkvc/gpkgstatus?label=Github%20Release%20(Preview)&)](https://github.com/dkvc/gpkgstatus/releases)
[![Last Release Date](https://img.shields.io/github/release-date/dkvc/gpkgstatus?label=Github%20Release&)](https://github.com/dkvc/gpkgstatus/releases)

## Features

Expand Down
2 changes: 1 addition & 1 deletion bin/gpkgstatus
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if __name__ == "__main__":
dv = parser.add_argument('-d', '--distro-version', help='Checks package status for corresponding Fedora version', default="f", nargs=1)
parser.add_argument('-f', '--force', help="Sync cached info with Fedora Updates System", action='store_true')
parser.add_argument('-l', '--limit', help="Maximum limit on number of packages shown for package search", default="5", nargs=1)
parser.add_argument('-v', '--version', help='Returns gpkgstatus version', action='version', version='1.4.1')
parser.add_argument('-v', '--version', help='Returns gpkgstatus version', action='version', version='1.4.2')
args = parser.parse_args()

main(vars(args))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="gpkgstatus",
version="1.4.1",
version="1.4.2", # also change in bin/gpkgstatus
license="GPL-2.0",
python_requires=">=3.8",
author="Dhanush Kovi",
Expand Down

0 comments on commit fad754a

Please sign in to comment.