Skip to content

Commit f12e258

Browse files
committed
New version - 1.8.1
1 parent 0446527 commit f12e258

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.8
6+
Version: 1.8.1
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+
* Mon Aug 23 2021 Jiri Konecny <[email protected]> - 1.8.1-1
64+
65+
6366
* Mon Feb 22 2021 Jiri Konecny <[email protected]> - 1.8-1
6467
- Add missing make command to spec file (jkonecny)
6568
- Don't translate the prompt keys (vponcova)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
long_description = f.read()
2525

2626
setup(name='simpleline',
27-
version='1.8',
27+
version='1.8.1',
2828
author='Jiri Konecny',
2929
author_email='[email protected]',
3030
description='Python text UI framework',

0 commit comments

Comments
 (0)