Skip to content

Commit 35886cb

Browse files
author
Zhihang Yao
committed
bumping version to 5.4.2
1 parent 2f2ae7d commit 35886cb

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGES.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Change Log
22
==========
3+
### 5.4.2 - 2024-02-01
4+
5+
#### Fixes
6+
* Fixed global-to-local appearance converter to avoid duplicate exports.[#298](https://github.com/3dcitydb/importer-exporter/pull/298)
7+
38
### 5.4.1 - 2024-01-19
49

510
#### Fixes

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.4.1.
50+
The latest stable release of the 3D City Database Importer/Exporter is 5.4.2.
5151

52-
Download the software [here](https://github.com/3dcitydb/importer-exporter/releases/download/v5.4.1/3DCityDB-Importer-Exporter-5.4.1.zip).
52+
Download the software [here](https://github.com/3dcitydb/importer-exporter/releases/download/v5.4.2/3DCityDB-Importer-Exporter-5.4.2.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
@@ -2,7 +2,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
22

33
apply from: 'properties.gradle'
44

5-
version '5.4.1'
5+
version '5.4.2'
66

77
subprojects {
88
apply plugin: 'java-library'

0 commit comments

Comments
 (0)