Skip to content

Commit 4cbc406

Browse files
committed
rhsecapi: Bump the version to 1.0.3
This updates the version both in the setup.py and also within the in- CLI definition.
1 parent bed8552 commit 4cbc406

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

bin/rhsecapi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ if not (path.isfile(path.expanduser('~/.rhsecapi-no-argcomplete')) or path.isfil
4646
# Globals
4747
prog = 'rhsecapi'
4848
vers = {}
49-
vers['version'] = '1.0.1'
50-
vers['date'] = '2017/06/27'
49+
vers['version'] = '1.0.3'
50+
vers['date'] = '2021/08/18'
5151

5252

5353
# Logging

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def read(fname):
2121
"""
2222
setup(
2323
name = 'rhsecapi',
24-
version = '1.0.2',
24+
version = '1.0.3',
2525
author = 'Ryan Sawhill Aroha',
2626
author_email = 'rsaw@redhat.com',
2727
description = 'Provides a simple interface for the Red Hat Security Data API',

0 commit comments

Comments
 (0)