Skip to content

Commit

Permalink
Merge pull request #339 from mesosphere/release-2017.11.21.0
Browse files Browse the repository at this point in the history
Bump version to 2017.11.21.0
  • Loading branch information
adamtheturtle authored Nov 21, 2017
2 parents ba398df + 4814839 commit 55a7d03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit 55a7d03

Please sign in to comment.