From f008f344240b9e582f192ce20c9b122fcbeecf9a Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Mon, 12 Dec 2016 14:27:18 -0800 Subject: [PATCH] Remove development version warning from README Signed-off-by: Joffrey F --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 4230f309..d80d9307 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,6 @@ [![Build Status](https://travis-ci.org/docker/docker-py.svg?branch=master)](https://travis-ci.org/docker/docker-py) -**Warning:** This README is for the development version of the Docker SDK for -Python, which is significantly different to the stable version. -[Documentation for the stable version is here.](https://docker-py.readthedocs.io/) - A Python library for the Docker Engine API. It lets you do anything the `docker` command does, but from within Python apps – run containers, manage containers, manage Swarms, etc. ## Installation