mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
v0.2.3
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
0.2.3:
|
||||
- Support for Fish and Csh shells.
|
||||
0.2.1:
|
||||
- Trove classifiers.
|
||||
0.2.0:
|
||||
|
||||
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user