Skip to content

Commit f60b81a

Browse files
committed
bump 2.7.0
1 parent ed3216c commit f60b81a

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## Version 2.7.0 (2016-06-21)
4+
5+
### Improvements
6+
* Adds udpin-multi support
7+
38
## Version 2.6.0 (2016-06-17)
49

510
### Bug Fixes

docs/about/github_latest_release.txt

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
Changelog
44
=========
55

6+
Version 2.7.0 (2016-06-21)
7+
--------------------------
8+
9+
Improvements
10+
~~~~~~~~~~~~
11+
12+
- Adds udpin-multi support
13+
614
Version 2.6.0 (2016-06-17)
715
--------------------------
816

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, Extension
22
import platform
33

4-
version = '2.6.0'
4+
version = '2.7.0'
55

66
setup(name='dronekit',
77
zip_safe=True,

0 commit comments

Comments
 (0)