-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathgit_diff_1.txt
34 lines (31 loc) · 1.12 KB
/
git_diff_1.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
diff --git a/README.md b/README.md
index 80b2f4b..faaac11 100644
--- a/README.md
+++ b/README.md
@@ -32,8 +32,7 @@ Usage
for point in route:
print 'Point at ({0},{1}) -> {2}'.format( point.latitude, point.longitude, point.elevation )
- # There are more utility methods and functions...
-
+ # There are many more utility methods and functions:
# You can manipulate/add/remove tracks, segments, points, waypoints and routes and
# get the GPX XML file from the resulting object:
diff --git a/TODO.txt b/TODO.txt
deleted file mode 100644
index d528b19..0000000
--- a/TODO.txt
+++ /dev/null
@@ -1 +0,0 @@
-- remove extreemes (options in smooth() remove_elevation_extreemes, remove_latlon_extreemes, default False for both)
diff --git a/setup.py b/setup.py
index c9bbb18..01a08a9 100755
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@
import distutils.core as mod_distutilscore
mod_distutilscore.setup( name = 'gpxpy',
- version = '0.6.0',
+ version = '0.6.1',
description = 'GPX file parser and GPS track manipulation library',
license = 'Apache License, Version 2.0',
author = 'Tomo Krajina',