Skip to content

Commit 27745e5

Browse files
committed
New version - 1.1.2
1 parent 24a7a4d commit 27745e5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

python-simpleline.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Name: python-%{srcname}
44
Summary: A Python library for creating text UI
55
Url: https://github.com/rhinstaller/python-%{srcname}
6-
Version: 1.1.1
6+
Version: 1.1.2
77
Release: 1%{?dist}
88
# This tarball was created from upstream git:
99
# git clone https://github.com/rhinstaller/python-simpleline
@@ -60,6 +60,9 @@ make test
6060
%{python3_sitelib}/*
6161

6262
%changelog
63+
* Thu Sep 22 2022 Jiri Konecny <[email protected]> - 1.1.2-1
64+
- Always close the password dialog (vponcova)
65+
6366
* Tue Aug 11 2020 Jiri Konecny <[email protected]> - 1.1.1-1
6467
- Use relative imports in tests (jkonecny)
6568
- Solve pylint errors (jkonecny)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from distutils.core import setup
44

5-
setup(name='simpleline', version='1.1.1',
5+
setup(name='simpleline', version='1.1.2',
66
description='Python text UI framework',
77
author='Jiri Konecny', author_email='[email protected]',
88
url='http://git.fedoraproject.org/git/?p=python-simpleline.git',

0 commit comments

Comments
 (0)