Skip to content

Commit 269df51

Browse files
committed
Version 1.2.0
1 parent f91cd6d commit 269df51

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.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+
39
## v1.1.0 - 2020-12-01
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.1.0"
3+
version = "1.2.0"
44
description = "Library to easily sync/diff/update 2 different data sources"
55
authors = ["Network to Code, LLC <info@networktocode.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)