Skip to content

Commit 96d8001

Browse files
committed
Release v3.1.0
1 parent 1b186bd commit 96d8001

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [3.1.0] - 2020-08-28
6+
57
### Added
68

79
- Added support for manually specifying model to act on if new_models is empty. #11.
@@ -38,7 +40,8 @@
3840

3941
- Removed support for Django versions before 2.2. Please use 1.x series for Django < 2.2.
4042

41-
[unreleased]: https://github.com/mathandpencil/django-bulk-sync/compare/v3.0.0..HEAD
43+
[unreleased]: https://github.com/mathandpencil/django-bulk-sync/compare/v3.1.0..HEAD
44+
[3.1.0]: https://github.com/mathandpencil/django-bulk-sync/compare/v3.0.1..v3.1.0
4245
[3.0.1]: https://github.com/mathandpencil/django-bulk-sync/compare/v3.0.0..v3.0.1
4346
[3.0.0]: https://github.com/mathandpencil/django-bulk-sync/compare/v2.1.0..v3.0.0
4447
[2.1.0]: https://github.com/mathandpencil/django-bulk-sync/compare/v2.0.0..v2.1.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="django-bulk-sync",
8-
version="3.0.1",
8+
version="3.1.0",
99
description="Combine bulk add, update, and delete into a single call.",
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)