Skip to content

Commit

Permalink
Merge pull request #5853 from pradyunsg/reopen-for-development
Browse files Browse the repository at this point in the history
Bump version to reopen for development
  • Loading branch information
cjerdonek committed Oct 8, 2018
2 parents 6af9de9 + 9e26002 commit 9d070c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pip/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "18.1"
__version__ = "19.0.dev0"
2 changes: 1 addition & 1 deletion src/pip/_internal/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def add_dependency_links(self, links):
"Dependency Links processing has been deprecated and will be "
"removed in a future release.",
replacement="PEP 508 URL dependencies",
gone_in="18.2",
gone_in="19.0",
issue=4187,
)
self.dependency_links.extend(links)
Expand Down
2 changes: 1 addition & 1 deletion src/pip/_internal/operations/freeze.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def _init_args_from_dist(cls, dist, dependency_links):
"SVN editable detection based on dependency links "
"will be dropped in the future.",
replacement=None,
gone_in="18.2",
gone_in="19.0",
issue=4187,
)
comments.append(
Expand Down

0 comments on commit 9d070c0

Please sign in to comment.