We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e8019 commit 4c87d15Copy full SHA for 4c87d15
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v1.6.0 - 2022-07-09
4
+
5
+### Changed
6
7
+- #120 - Dropped support for Python 3.6, new minimum is Python 3.7
8
9
## v1.5.1 - 2022-06-30
10
11
### Added
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "diffsync"
-version = "1.5.1"
+version = "1.6.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