File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 45
45
# built documents.
46
46
#
47
47
# The short X.Y version.
48
- version = '1.5.0 '
48
+ version = '1.6 '
49
49
# The full version, including alpha/beta/rc tags.
50
- release = '1.5.0 '
50
+ release = '1.6-SNAPSHOT '
51
51
52
52
# The language for content autogenerated by Sphinx. Refer to documentation
53
53
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ The current stable release of GeoScript PY is 1.5.0. Select a file to download f
10
10
11
11
.. cssclass :: external
12
12
13
- * `tar.gz <https://github.com/geoscript/geoscript-groovy /releases/download/v1.5.0/geoscript-1.5.0.tar.gz >`_
13
+ * `tar.gz <https://github.com/geoscript/geoscript-py /releases/download/v1.5.0/geoscript-1.5.0.tar.gz >`_
14
14
15
- * `zip <https://github.com/geoscript/geoscript-groovy /releases/download/v1.5.0/geoscript-1.5.0.zip >`_
15
+ * `zip <https://github.com/geoscript/geoscript-py /releases/download/v1.5.0/geoscript-1.5.0.zip >`_
Original file line number Diff line number Diff line change 4
4
<groupId >org.geoscript</groupId >
5
5
<artifactId >geoscript-py</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.5.0 </version >
7
+ <version >1.6-SNAPSHOT </version >
8
8
<name >GeoScript Python</name >
9
9
<repositories >
10
10
<repository >
325
325
</profile >
326
326
</profiles >
327
327
<properties >
328
- <gt .version>22 .0</gt .version>
328
+ <gt .version>23 .0</gt .version>
329
329
</properties >
330
330
</project >
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def run(self):
36
36
self .distribution .dist_files .append (file )
37
37
38
38
39
- ver = '1.5.0 '
39
+ ver = '1.6-SNAPSHOT '
40
40
jars = ['jars/%s' % (f ) for f in os .listdir ('jars' )]
41
41
setup (cmdclass = {'src' : SrcCmd , 'doc' : DocCmd },
42
42
name = 'geoscript' ,
You can’t perform that action at this time.
0 commit comments