Skip to content

Commit

Permalink
bump: version 0.3.0 → 0.3.1.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Wooster committed Aug 23, 2024
1 parent 8aef87c commit df3b43a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v0.3.1.dev0 (2024-08-23)

### Refactor

- **optimize-settings**: make a few settings env variables; add constance to INSTALLED_APPS

## v0.3.0 (2024-03-18)

### Feat

- **invoices**: printable invoice and other additions/fixes

## 0.2.0 (2024-02-28)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ indent_size = 2

[tool.poetry]
name = "wooster-django"
version = "0.3.0"
version = "0.3.1.dev0"
description = ""
authors = ["Karl Wooster <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit df3b43a

Please sign in to comment.