Skip to content

Commit 4c87d15

Browse files
authored
Updates for new release. (#124)
1 parent 15e8019 commit 4c87d15

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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+
39
## v1.5.1 - 2022-06-30
410

511
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "diffsync"
3-
version = "1.5.1"
3+
version = "1.6.0"
44
description = "Library to easily sync/diff/update 2 different data sources"
55
authors = ["Network to Code, LLC <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)