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 4545# built documents.
4646#
4747# The short X.Y version.
48- version = '1.5.0 '
48+ version = '1.6 '
4949# The full version, including alpha/beta/rc tags.
50- release = '1.5.0 '
50+ release = '1.6-SNAPSHOT '
5151
5252# The language for content autogenerated by Sphinx. Refer to documentation
5353# 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
1010
1111.. cssclass :: external
1212
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 >`_
1414
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 44 <groupId >org.geoscript</groupId >
55 <artifactId >geoscript-py</artifactId >
66 <packaging >jar</packaging >
7- <version >1.5.0 </version >
7+ <version >1.6-SNAPSHOT </version >
88 <name >GeoScript Python</name >
99 <repositories >
1010 <repository >
325325 </profile >
326326 </profiles >
327327 <properties >
328- <gt .version>22 .0</gt .version>
328+ <gt .version>23 .0</gt .version>
329329 </properties >
330330</project >
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def run(self):
3636 self .distribution .dist_files .append (file )
3737
3838
39- ver = '1.5.0 '
39+ ver = '1.6-SNAPSHOT '
4040jars = ['jars/%s' % (f ) for f in os .listdir ('jars' )]
4141setup (cmdclass = {'src' : SrcCmd , 'doc' : DocCmd },
4242 name = 'geoscript' ,
You can’t perform that action at this time.
0 commit comments