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 f91cd6d commit 269df51Copy full SHA for 269df51
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v1.2.0 - 2020-12-08
4
+
5
+### Added
6
7
+- #45 - minimum Python version lowered from 3.7 to 3.6, also now tested against Python 3.9.
8
9
## v1.1.0 - 2020-12-01
10
11
### Added
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "diffsync"
-version = "1.1.0"
+version = "1.2.0"
description = "Library to easily sync/diff/update 2 different data sources"
authors = ["Network to Code, LLC <info@networktocode.com>"]
license = "Apache-2.0"
0 commit comments