Skip to content

Commit c58bf75

Browse files
committedDec 25, 2018
modified: VERSION.txt
modified: docs/conf.py modified: requirements.txt modified: setup.py Bumpped version to 4.2.1
1 parent 86db2e4 commit c58bf75

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
 

‎VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0
1+
4.2.1

‎docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
# built documents.
6363
#
6464
# The short X.Y version.
65-
version = u'4.0.0'
65+
version = u'4.2'
6666
# The full version, including alpha/beta/rc tags.
67-
release = u'4.0.0'
67+
release = u'4.2.1'
6868

6969
# The language for content autogenerated by Sphinx. Refer to documentation
7070
# for a list of supported languages.

‎requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Shapely
99
Werkzeug
1010
SQLAlchemy
1111
psutil
12-
-e git+https://github.com/geopython/pywps.git@master#egg=pywps-master
12+
-e git+https://github.com/geopython/pywps.git@4.2.1#egg=pywps-4.2.1

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
'version': VERSION,
6868
'install_requires': INSTALL_REQUIRES,
6969
'dependency_links': [
70-
'git+https://github.com/lazaa32/pywps.git@pywps-'+VERSION+'#egg=pywps-'+VERSION
70+
'git+https://github.com/geopython/pywps.git@pywps-'+VERSION+'#egg=pywps-'+VERSION
7171
],
7272
'packages': ['processes', 'tests'],
7373
'scripts': ['demo.py'],

0 commit comments

Comments
 (0)
Please sign in to comment.