Update to 21.1.3

This commit is contained in:
Lumir Balhar 2021-06-29 12:18:34 +02:00
commit 44c8353812
2 changed files with 6 additions and 2 deletions

View file

@ -13,7 +13,7 @@
%endif
%global srcname pip
%global base_version 21.1.2
%global base_version 21.1.3
%global upstream_version %{base_version}%{?prerel}
%global python_wheelname %{srcname}-%{upstream_version}-py3-none-any.whl
%global python_wheeldir %{_datadir}/python-wheels
@ -390,6 +390,10 @@ pytest_k='not completion and
%{python_wheeldir}/%{python_wheelname}
%changelog
* Tue Jun 29 2021 Lumír Balhar <lbalhar@redhat.com> - 21.1.3-1
- Update to 21.1.3
Resolves: rhbz#1976449
* Mon Jun 07 2021 Karolina Surma <ksurma@redhat.com> - 21.1.2-1
- Update to 21.1.2
Resolves: rhbz#1963433