diff --git a/.gitignore b/.gitignore index a6bc60b..27a97f5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /xonsh-0.3.4.tar.gz /xonsh-0.4.3.tar.gz /xonsh-0.4.4.tar.gz +/xonsh-0.4.5.tar.gz diff --git a/sources b/sources index 1de6c9d..bd4ac2a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9e0ff64304572f8d1fcf8e990746aaca xonsh-0.4.4.tar.gz +3f073197d3ce8ea3ead4b285ee139838 xonsh-0.4.5.tar.gz diff --git a/xonsh.spec b/xonsh.spec index 36ed51a..7b2b092 100644 --- a/xonsh.spec +++ b/xonsh.spec @@ -2,8 +2,8 @@ %global pypi_name xonsh Name: %{pypi_name} -Version: 0.4.4 -Release: 2%{?dist} +Version: 0.4.5 +Release: 1%{?dist} Summary: A general purpose, Python-ish shell License: BSD @@ -52,6 +52,9 @@ sed --in-place "s:#!\s*/usr.*::" xonsh/xoreutils/_which.py %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog +* Sun Aug 28 2016 John Dulaney - 0.4.5-1 +- New upstream release 0.4.5 + * Fri Aug 5 2016 Luke Macken - 0.4.4-2 - Require python3-prompt_toolkit to improve usability