Skip to content

Commit 55a5209

Browse files
committed
Start working on 1.8
1 parent 57e5e06 commit 55a5209

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
# built documents.
4646
#
4747
# The short X.Y version.
48-
version = '1.7'
48+
version = '1.8'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '1.7.0'
50+
release = '1.8-SNAPSHOT'
5151

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

doc/download.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ The current stable release of GeoScript PY is 1.7.0. Select a file to download f
1010

1111
.. cssclass:: external
1212

13-
* `tar.gz <https://github.com/geoscript/geoscript-py/releases/download/v1.6.0/geoscript-1.7.0.tar.gz>`_
13+
* `tar.gz <https://github.com/geoscript/geoscript-py/releases/download/v1.7.0/geoscript-1.7.0.tar.gz>`_
1414

15-
* `zip <https://github.com/geoscript/geoscript-py/releases/download/v1.6.0/geoscript-1.7.0.zip>`_
15+
* `zip <https://github.com/geoscript/geoscript-py/releases/download/v1.7.0/geoscript-1.7.0.zip>`_

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.geoscript</groupId>
55
<artifactId>geoscript-py</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.7.0</version>
7+
<version>1.8-SNAPSHOT</version>
88
<name>GeoScript Python</name>
99
<repositories>
1010
<repository>
@@ -346,6 +346,6 @@
346346
</profile>
347347
</profiles>
348348
<properties>
349-
<gt.version>24.0</gt.version>
349+
<gt.version>25-SNAPSHOT</gt.version>
350350
</properties>
351351
</project>

0 commit comments

Comments
 (0)