diff --git a/README.rst b/README.rst index a72a6074..ea742eee 100644 --- a/README.rst +++ b/README.rst @@ -15,6 +15,17 @@ This works with python 3.7.0, xonsh 0.8.8 and direnv 2.17.0. change log ========== +1.6.2 +--- + +* PR https://github.com/74th/xonsh-direnv/pull/18 + + +1.6.1 +--- + +* temporary revert 1.6.0 + 1.6.0 --- diff --git a/setup.py b/setup.py index 4148099e..c85dae8b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="xonsh-direnv", - version="1.6.0", + version="1.6.2", license="MIT", url="https://github.com/74th/xonsh-direnv", description="direnv support for the xonsh shell",