Skip to content

Commit a71a7ca

Browse files
committed
version++ (2.1.1)
1 parent 343f452 commit a71a7ca

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.0";
57+
return "2.1.1";
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.0"
5+
__version__ = "2.1.1"
66
__author__ = "Lutra Consulting Ltd."
77
__author_email__ = "[email protected]"
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.0"
8+
VERSION = "2.1.1"
99

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

0 commit comments

Comments
 (0)