File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11Change 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
Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ previous release of the 3D City Database Importer/Exporter under Apache License
4747
4848Latest 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 ) .
5353Previous releases are available from the [ releases section] ( https://github.com/3dcitydb/importer-exporter/releases ) .
5454
5555System requirements
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
22
33apply from : ' properties.gradle'
44
5- version ' 5.4.0 '
5+ version ' 5.4.1 '
66
77subprojects {
88 apply plugin : ' java-library'
You can’t perform that action at this time.
0 commit comments