We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9ab46 commit c721d03Copy full SHA for c721d03
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.7.4
4
+
5
+- Added set_tables_to_skip() to optionally configure which tables to ignore in geodiff
6
+- Updated to pygeodiff 2.0.0
7
8
## 0.7.3
9
10
- New default public server URL (#136)
setup.py
@@ -18,7 +18,7 @@
18
platforms='any',
19
install_requires=[
20
'python-dateutil==2.8.2',
21
- 'pygeodiff==1.0.6',
+ 'pygeodiff==2.0.0',
22
'pytz==2022.1',
23
'click==8.1.3',
24
],
0 commit comments