Skip to content

Commit

Permalink
Merge pull request #7 from hardcoretech/chore/new-change-log
Browse files Browse the repository at this point in the history
chore(changelog): add change log and update version
  • Loading branch information
leedan77 authored Apr 15, 2022
2 parents ba08d1d + be682a9 commit 0b7ed27
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Changelog
=========

1.0.0
-----

Changes:

- Remove User model dependency for more flexibility
2 changes: 1 addition & 1 deletion rest_framework_idempotency_key/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.6'
__version__ = '1.0.0'
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@
'data-spec-validator>=1.2.0',
],
python_requires='>=3.6',
project_urls={
"Changelog": "https://github.com/hardcoretech/djangorestframework-idempotency-key/blob/main/CHANGELOG.md"
},
)

0 comments on commit 0b7ed27

Please sign in to comment.