Skip to content

Commit

Permalink
Merge pull request #256 from mesosphere/release-2017.10.04.0
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
Rubin Deliallisi authored Oct 4, 2017
2 parents 94ab7c7 + 9ddb14b commit 28d8074
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@


- [Changelog](#changelog)
- [2017.10.04.0](#201710040)
- [2017.08.11.0](#201708110)
- [2017.08.08.0](#201708080)
- [2017.08.05.0](#201708050)
Expand All @@ -22,6 +23,13 @@

# Changelog

## 2017.10.04.0

* Added Apache2 license.
* Repository moved to `https://github.com/mesosphere/dcos-e2e`.
* Added `run`, which is similar to `run_as_root` but takes a `user` argument.
* Added `popen`, which can be used for running commands asynchronously.

## 2017.08.11.0

* Fix bug where `Node` `repr`s were put into environment variables rather than IP addresses. This prevented some integration tests from working.
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.08.11.0'
VERSION = '2017.10.04.0'

with open('requirements.txt') as requirements:
INSTALL_REQUIRES = []
Expand Down

0 comments on commit 28d8074

Please sign in to comment.