Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jul 15, 2021
1 parent fd76b0c commit c81983a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

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

## v1.1.0 (2021-07-15)
### Feature
* Initial commit of repo ([`aa97f9d`](https://github.com/cedar-team/django-bulk-load/commit/aa97f9dd42e169538c41b599efd4056f14ef8a43))

### Documentation
* **readme:** Update readme grammar ([`facf45c`](https://github.com/cedar-team/django-bulk-load/commit/facf45c0d89405020709d14196300dcab17422b6))
* Fix wording ([`81ee1b7`](https://github.com/cedar-team/django-bulk-load/commit/81ee1b716569e62d7b58e099b8628f98a0d38444))
* Fix benchmark format ([`c9ca2a1`](https://github.com/cedar-team/django-bulk-load/commit/c9ca2a1e23e31832e5fd7e7f02bf23a294edaa3a))
* Update readme ([`a8313c6`](https://github.com/cedar-team/django-bulk-load/commit/a8313c6d0cea2fabe4b80039957d3f5d04ad8d74))
* Add benchmarks to readme ([`153c479`](https://github.com/cedar-team/django-bulk-load/commit/153c47908e245878c8995ce31641e2898eddda62))
* Update readme ([`ee6641e`](https://github.com/cedar-team/django-bulk-load/commit/ee6641e3f3fc44d7e9c6cce58136b7be557992c9))
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.0.0"
__version__ = "1.1.0"

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

0 comments on commit c81983a

Please sign in to comment.