Skip to content

Commit

Permalink
Restricting fabric version to v1 as v2 has breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kishore-practo authored May 10, 2018
1 parent 914d471 commit b303dee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
from setuptools import setup

setup(name='fab-polish',
version='1.1.0',
version='1.1.1',
description='Polish git versioned source code using Fabric',
url='https://github.com/practo/FabPolish',
author='J Kishore Kumar',
author_email='[email protected]',
license='MIT',
packages=['fabpolish'],
install_requires=[
'fabric',
'fabric<2',
],
zip_safe=False)

0 comments on commit b303dee

Please sign in to comment.