This commit is contained in:
2017-01-23 00:51:27 -05:00
parent d2979f2918
commit 4ae9aa8172
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -1,3 +1,5 @@
0.2.3:
- Support for Fish and Csh shells.
0.2.1:
- Trove classifiers.
0.2.0:
+1 -1
View File
@@ -14,7 +14,7 @@ from . import _pipfile as pipfile
from .project import Project
from .utils import convert_deps_from_pip, convert_deps_to_pip
__version__ = '0.2.2'
__version__ = '0.2.3'
project = Project()
+1 -1
View File
@@ -36,7 +36,7 @@ required = [
setup(
name='pipenv',
version='0.2.2',
version='0.2.3',
description='Sacred Marriage of Pipfile, Pip, & Virtualenv.',
long_description=long_description,
author='Kenneth Reitz',