Skip to content

Commit f5a8e59

Browse files
committed
v1.4.1
1 parent 38b2e12 commit f5a8e59

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed
Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,43 @@
11
.. This document was auto-generated by the get_release_notes.py script using latest-release information from github
22

3-
Release 1.4.0 (July 24, 2015)
3+
Release 1.4.1 (July 27, 2015)
44
=============================
55

66

7+
The URL of this repository has moved to https://github.com/dronekit/dronekit-python. Welcome to the new org!
8+
79
**Features:**
810

9-
* Unit, integration, and web client test benches added (#197, #199, #223)
11+
* Windows installer tested using Appveyor (#236)
1012

1113
**Bugs:**
1214

13-
* Web client tests fixed for Windows (#194)
14-
15-
**Guides:**
16-
17-
* Added test authoring to contribution guide (#212)
15+
* Added protobuf as dependency for Windows (#217, #236)
1816

1917
**Documentation:**
2018

21-
* Added information about clearing ROI (#172)
22-
* Explicitly documented issues about `Vehicle.commands.clear()` (#213)
19+
* Rangefinder docs improved (#184, #237)
2320

2421
Commits
2522
-------
2623

2724

28-
The commits relevant to this release `are listed here <https://github.com/diydrones/dronekit-python/compare/v1.3.1...v1.4.0>`_ (Github)
25+
The commits relevant to this release `are listed here <https://github.com/dronekit/dronekit-python/compare/v1.4.0...v1.4.1>`_ (Github)
2926

3027
Bug fixes
3128
---------
3229

3330

34-
The bugs that were closed in this release `are listed here <https://github.com/diydrones/dronekit-python/issues?utf8=%E2%9C%93&q=is%3Aclosed+created%3A%3E2015-07-07+is%3Aissue+>`_ (Github).
31+
The bugs that were closed in this release `are listed here <https://github.com/dronekit/dronekit-python/issues?utf8=%E2%9C%93&q=is%3Aclosed+created%3A%3E2015-07-24+is%3Aissue+>`_ (Github).
3532

3633
Merged pull requests
3734
--------------------
3835

3936

40-
The pull requests merged into this release `are listed here <https://github.com/diydrones/dronekit-python/pulls?utf8=%E2%9C%93&q=is%3Amerged+created%3A%3E2015-07-07+is%3Apr+>`_ (Github).
37+
The pull requests merged into this release `are listed here <https://github.com/dronekit/dronekit-python/pulls?utf8=%E2%9C%93&q=is%3Amerged+created%3A%3E2015-07-24+is%3Apr+>`_ (Github).
4138

4239
Notes
4340
-----
4441

4542

46-
Thanks to @hamishwillee, @mrpollo, @tcr3dr
43+
Thanks to @stephendade, @hamishwillee, @mrpollo, @tcr3dr

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, Extension
22
import platform
33

4-
version = '1.4.0'
4+
version = '1.4.1'
55

66
ext_modules = []
77

0 commit comments

Comments
 (0)