Skip to content

Commit

Permalink
Release 0.2 (#53)
Browse files Browse the repository at this point in the history
* Do not need to build universal wheels
  • Loading branch information
smithdc1 authored Jul 11, 2020
1 parent da0e573 commit 4843a90
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG for crispy-tailwind

## 0.2 (2020-07-11)

* Support for Formsets
* Prepended and Appended inputs
* Customisable buttons
* Much improved test coverage
* Improved documentation. Docs now include details on how to use the majority
of the core layout objects, crispy filter and add-on

See [Release Notes](https://github.com/django-crispy-forms/crispy-tailwind/milestone/2?closed=1)
for full change log.

## 0.1 (2020-06-09)

* First Release, please do come and test!
Expand Down
2 changes: 1 addition & 1 deletion crispy_tailwind/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.2.0"
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "David Smith"

# The full version, including alpha/beta/rc tags
release = "0.1"
release = "0.2"


# -- General configuration ---------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[metadata]
license-file = LICENSE.txt

[bdist_wheel]
universal=1

[isort]
multi_line_output=3
include_trailing_comma=True
Expand Down

0 comments on commit 4843a90

Please sign in to comment.