diff --git a/CHANGELOG.md b/CHANGELOG.md index a5a832ad8..5c0107e29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ - [Changelog](#changelog) - - [Next](#next) + - [2017.11.21.0](#201711210) - [2017.11.15.0](#201711150) - [2017.11.14.0](#201711140) - [2017.11.02.0](#201711020) @@ -27,7 +27,7 @@ # Changelog -## Next +## 2017.11.21.0 * Remove `ExistingCluster` backend and replaced it with simpler `Cluster.from_nodes` method. * Simplified the default configuration for the Docker backend. diff --git a/setup.py b/setup.py index 87eabde70..32f923341 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import find_packages, setup -VERSION = '2017.11.14.0' +VERSION = '2017.11.21.0' with open('requirements.txt') as requirements: INSTALL_REQUIRES = []