Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Feb 10, 2022
1 parent 9adfb78 commit 03d13bd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

<!--next-version-placeholder-->

## v1.2.0 (2022-02-10)
### Feature
* Update dependency from psycopg2-binary to psycopg ([`9adfb78`](https://github.com/cedar-team/django-bulk-load/commit/9adfb788028c1cab1530ec2f412258f90e11c712))

### Documentation
* **PR:** Add PR template ([`412830d`](https://github.com/cedar-team/django-bulk-load/commit/412830d3eb1842a13abde92645b0b81901050932))
* **README:** Add commit syntax and testing ([`3085774`](https://github.com/cedar-team/django-bulk-load/commit/30857741475423bc664db740f789bb2ebfb47083))

## v1.1.0 (2021-07-15)
### Feature
* Initial commit of repo ([`aa97f9d`](https://github.com/cedar-team/django-bulk-load/commit/aa97f9dd42e169538c41b599efd4056f14ef8a43))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()

__version__ = "1.1.0"
__version__ = "1.2.0"

setuptools.setup(
name="django-bulk-load",
Expand Down

0 comments on commit 03d13bd

Please sign in to comment.