Skip to content

Commit c721d03

Browse files
committed
Bump geodiff version to 2.0.0
Needed for the new set_tables_to_skip() call
1 parent 0e9ab46 commit c721d03

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

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+
38
## 0.7.3
49

510
- New default public server URL (#136)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
platforms='any',
1919
install_requires=[
2020
'python-dateutil==2.8.2',
21-
'pygeodiff==1.0.6',
21+
'pygeodiff==2.0.0',
2222
'pytz==2022.1',
2323
'click==8.1.3',
2424
],

0 commit comments

Comments
 (0)