Skip to content

Commit

Permalink
set version to 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yaozhihang committed May 23, 2022
1 parent 44aba7d commit 985f64a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change Log
==========

### 5.2.1 - 2022-05-23
### 5.2.0 - 2022-05-23

##### Additions
* 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)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ previous release of the 3D City Database Importer/Exporter under Apache License

Latest release
--------------
The latest stable release of the 3D City Database Importer/Exporter is 5.2.1.
The latest stable release of the 3D City Database Importer/Exporter is 5.2.0.

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

System requirements
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

apply from: 'properties.gradle'

version '5.2.1'
version '5.2.0'

subprojects {
apply plugin: 'java-library'
Expand Down

0 comments on commit 985f64a

Please sign in to comment.