From fc2a36fe2337c854a6d564dc97795b2862f202ac Mon Sep 17 00:00:00 2001 From: Tim Ryan Date: Fri, 24 Jul 2015 13:09:35 -0700 Subject: [PATCH] v1.4.0 --- docs/about/github_latest_release.txt | 27 ++++++++++++++++++++------- setup.py | 2 +- 2 files changed, 21 insertions(+), 8 deletions(-) diff --git a/docs/about/github_latest_release.txt b/docs/about/github_latest_release.txt index 8b41d45cf..d5d247f85 100644 --- a/docs/about/github_latest_release.txt +++ b/docs/about/github_latest_release.txt @@ -1,33 +1,46 @@ .. This document was auto-generated by the get_release_notes.py script using latest-release information from github -Release 1.3.1 (July 7, 2015) -============================ +Release 1.4.0 (July 24, 2015) +============================= +**Features:** + +* Unit, integration, and web client test benches added (#197, #199, #223) + **Bugs:** -* `math` import missing for `takeoff` method. (`#174 `_). +* Web client tests fixed for Windows (#194) + +**Guides:** + +* Added test authoring to contribution guide (#212) + +**Documentation:** + +* Added information about clearing ROI (#172) +* Explicitly documented issues about `Vehicle.commands.clear()` (#213) Commits ------- -The commits relevant to this release `are listed here `_ (Github) +The commits relevant to this release `are listed here `_ (Github) Bug fixes --------- -The bugs that were closed in this release `are listed here `_ (Github). +The bugs that were closed in this release `are listed here `_ (Github). Merged pull requests -------------------- -The pull requests merged into this release `are listed here `_ (Github). +The pull requests merged into this release `are listed here `_ (Github). Notes ----- -Thanks to @djnugent, @hamishwillee \ No newline at end of file +Thanks to @hamishwillee, @mrpollo, @tcr3dr \ No newline at end of file diff --git a/setup.py b/setup.py index bb895dc3a..58dd6cd1a 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, Extension import platform -version = '1.3.1' +version = '1.4.0' ext_modules = []