Skip to content

Commit 07acf48

Browse files
committed
version++ (2.1.2)
1 parent 85e59df commit 07acf48

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

geodiff/src/geodiff.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ static int handleException( Context *context, const GeoDiffException &exc )
5454
// use scripts/update_version.py to update the version here and in other places at once
5555
const char *GEODIFF_version()
5656
{
57-
return "2.1.1";
57+
return "2.1.2";
5858
}
5959

6060
int GEODIFF_driverCount( GEODIFF_ContextH /*contextHandle*/ )

pygeodiff/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__description__ = "Diff tool for geo-spatial data"
33
__url__ = "https://github.com/MerginMaps/geodiff"
44
# use scripts/update_version.py to update the version here and in other places at once
5-
__version__ = "2.1.1"
5+
__version__ = "2.1.2"
66
__author__ = "Lutra Consulting Ltd."
77
__author_email__ = "info@merginmaps.com"
88
__maintainer__ = "Lutra Consulting Ltd."

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import platform
66

77
# use scripts/update_version.py to update the version here and in other places at once
8-
VERSION = "2.1.1"
8+
VERSION = "2.1.2"
99

1010
cmake_args = [
1111
'-DENABLE_TESTS:BOOL=OFF',

0 commit comments

Comments
 (0)