Skip to content

Commit

Permalink
Merge pull request #11 from redhatrises/bump_version
Browse files Browse the repository at this point in the history
Bump version to 1.7.2
  • Loading branch information
redhatrises authored Sep 12, 2023
2 parents f0025e3 + 9da5b4e commit 2052461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion classification-banner.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: classification-banner
Version: 1.7.1
Version: 1.7.2
Release: 1%{?dist}
Summary: Displays Classification Banner for a Graphical Session

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys
from setuptools import setup, find_packages

VERSION = "1.7.0"
VERSION = "1.7.2"

PACKAGE_VERSION = {
"classification-banner": "classification-banner == {0}".format(VERSION),
Expand Down

0 comments on commit 2052461

Please sign in to comment.