Skip to content

Commit

Permalink
Prepare v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
blasferna authored Jun 7, 2022
1 parent abe9bba commit 8739eef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## Next Release
## 1.0.0 (2022-06-07)
* Add support for Django 4.0.
* Fix Uncaught TypeError: value.element is null (#5).
* `oncalculate` event created.
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,4 @@ OrderDetFormSet = forms.inlineformset_factory(Order, OrderDet, OrderDetForm)

- Create demo project.
- Create documentation.
- Add changelog.
- Create minified version of `calculation.js` for production usage.
- <del> Add changelog. </del>
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name="django-calculation",
packages=["calculation"],
include_package_data=True,
version="0.0.10",
version="1.0.0",
description="A Django app to make simple calculations in your django forms",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 8739eef

Please sign in to comment.