Skip to content

Commit 573d185

Browse files
author
Zhihang Yao
committed
bumping version to 5.4.1
1 parent 14417de commit 573d185

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Change Log
22
==========
3+
### 5.4.1 - 2024-01-19
4+
5+
#### Fixes
6+
* Fixed exception when dropping empty cache tables.
7+
38
### 5.4.0 - 2023-09-21
49

510
#### Additions

README.md

Lines changed: 2 additions & 2 deletions
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.0.
50+
The latest stable release of the 3D City Database Importer/Exporter is 5.4.1.
5151

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

5555
System requirements

build.gradle

Lines changed: 1 addition & 1 deletion
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.0'
5+
version '5.4.1'
66

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

0 commit comments

Comments
 (0)