Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
## Features
- Add SlugModel and Title Model (and rename Ordered in OrderedModel)
- Add support for translations (closes #67)
- Add support to fixtures

## Breaking Changes
- Remove bootstrap for a raw css solution
- Remove ionic for feathers icons
- Member Qualification now is a separate model

## Improvements
- Improve load data script
- Rename Descripted in Described
- Update makefile command
  • Loading branch information
giobber committed Oct 2, 2023
1 parent d0b54a5 commit 63c069c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include = ["asso"]

[project]
name = "asso-django"
version = "0.0.3"
version = "0.0.4"
requires-python = ">=3.10"
dependencies = [
"django~=4.2",
Expand Down

0 comments on commit 63c069c

Please sign in to comment.