Skip to content

Commit 66c9b90

Browse files
committed
Release 0.7.0
1 parent 0621361 commit 66c9b90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.geometrycommands</groupId>
77
<artifactId>geometrycommands</artifactId>
8-
<version>0.7-SNAPSHOT</version>
8+
<version>0.7.0</version>
99
<dependencies>
1010
<dependency>
1111
<groupId>org.locationtech.jts</groupId>

src/website/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# ones.
3333
extensions = ["rst2pdf.pdfbuilder"]
3434

35-
pdf_documents = [('index',u'geom',u'geoc',u'Jared Erickson'),]
35+
pdf_documents = [('index',u'geom',u'geom',u'Jared Erickson'),]
3636

3737
# Add any paths that contain templates here, relative to this directory.
3838
templates_path = ['_templates']

0 commit comments

Comments
 (0)