diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5439459..4d8e377 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,7 @@ +2.2.1 +===== +* Added ``temppathlib`` to dependencies (was in dev dependencies before) + 2.2.0 ===== * Updated to icontract 2.0.1 diff --git a/setup.py b/setup.py index 48cc2d1..f7220fd 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name='spurplus', - version='2.2.0', + version='2.2.1', description='Manage remote machines and file operations over SSH.', long_description=long_description, url='http://github.com/Parquery/spurplus', diff --git a/version.txt b/version.txt index e8ea05d..c043eea 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.2.4 +2.2.1