Skip to content

Commit a1d4bdb

Browse files
committed
Release 0.8.0
1 parent dab5798 commit a1d4bdb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.8-SNAPSHOT</version>
8+
<version>0.8.0</version>
99
<dependencies>
1010
<dependency>
1111
<groupId>org.locationtech.jts</groupId>

src/test/java/org/geometrycommands/CreateManPagesTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public void createDocs() throws Exception {
4343
DateFormat dateFormat = new SimpleDateFormat("d MMMM yyyy");
4444
String date = dateFormat.format(new Date());
4545

46-
String version = "0.7.0";
46+
String version = "0.8.0";
4747

4848
boolean overwrite = false;
4949

src/website/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = 'geom'
21-
copyright = '2020, Jared Erickson'
21+
copyright = '2021, Jared Erickson'
2222
author = 'Jared Erickson'
2323

2424
# The full version, including alpha/beta/rc tags

0 commit comments

Comments
 (0)