Skip to content

Commit

Permalink
Merge pull request #9 from idenyigabriel/development
Browse files Browse the repository at this point in the history
docs: update versioning
  • Loading branch information
idenyigabriel authored May 15, 2024
2 parents f14a5bd + 57501c6 commit 9af4511
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.3.5

Docs
- update documentation

Fixes:
- auth class accessing invalid variable

## 0.3.4

Fixes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = "drf-authentify"
version = "0.3.4"
version = "0.3.5"
description = "A simple authentication module for django rest framework"
readme = {file = "README.md", content-type = "text/markdown"}
license = {file = "LICENSE"}
Expand Down

0 comments on commit 9af4511

Please sign in to comment.