Skip to content

Commit 30402f1

Browse files
authored
Merge pull request #115 from developmentseed/small-fixes
Small fixes
2 parents 2f03afc + 88ebd1f commit 30402f1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import sys
1717
sys.path.insert(0, os.path.abspath('.'))
1818
sys.path.insert(0, os.path.abspath('../label_maker'))
19-
19+
from label_maker.version import __version__
2020

2121
# -- Project information -----------------------------------------------------
2222

@@ -25,9 +25,9 @@
2525
author = 'Development Seed'
2626

2727
# The short X.Y version
28-
version = '0.3.2'
28+
version = __version__
2929
# The full version, including alpha/beta/rc tags
30-
release = '0.3.2'
30+
release = __version__
3131

3232

3333
# -- General configuration ---------------------------------------------------

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pyclipper==1.0.6
1414
pycurl==7.43.0.1
1515
pyproj==1.9.5.1
1616
rasterio==1.0a12
17-
requests==2.11.0
17+
requests>=2.20.0
1818
Shapely>=1.6.3
1919
six==1.10.0
2020
tilepie==0.2.1

0 commit comments

Comments
 (0)