Skip to content

Commit 985f64a

Browse files
author
Zhihang Yao
committed
set version to 5.2.0
1 parent 44aba7d commit 985f64a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Change Log
22
==========
33

4-
### 5.2.1 - 2022-05-23
4+
### 5.2.0 - 2022-05-23
55

66
##### Additions
77
* Added an option to replace all identifiers of features and geometries with UUIDs when exporting to CityGML/CityJSON. [#249](https://github.com/3dcitydb/importer-exporter/pull/249)

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ previous release of the 3D City Database Importer/Exporter under Apache License
4747

4848
Latest release
4949
--------------
50-
The latest stable release of the 3D City Database Importer/Exporter is 5.2.1.
50+
The latest stable release of the 3D City Database Importer/Exporter is 5.2.0.
5151

52-
Download the software [here](https://github.com/3dcitydb/importer-exporter/releases/download/v5.2.1/3DCityDB-Importer-Exporter-5.2.1.zip).
52+
Download the software [here](https://github.com/3dcitydb/importer-exporter/releases/download/v5.2.0/3DCityDB-Importer-Exporter-5.2.0.zip).
5353
Previous releases are available from the [releases section](https://github.com/3dcitydb/importer-exporter/releases).
5454

5555
System requirements

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
apply from: 'properties.gradle'
88

9-
version '5.2.1'
9+
version '5.2.0'
1010

1111
subprojects {
1212
apply plugin: 'java-library'

0 commit comments

Comments
 (0)