Skip to content

Commit

Permalink
🐄 Updated version in pyproject.toml file and fixed date in CHANGELOG.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
zurek11 committed Nov 2, 2020
1 parent 9844667 commit 8ba3646
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 50 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

- 🌧 Changed Django version requirement from 3.0.* to >= 2.0

## 0.1.2 : 2020-10-05
## 0.1.2 : 2020-10-15

- 😺 Fixed issue, when user has no role, but has permissions and object_checker returned false.

## 0.1.3 : 2020-11-02

- 🐄 Updated version in pyproject.toml file and fixed date in CHANGELOG.md.
2 changes: 1 addition & 1 deletion object_checker/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.2'
__version__ = '0.1.3'
80 changes: 33 additions & 47 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-object-checker"
version = "0.1.0"
version = "0.1.2"
description = "Hello. I'm just an abstract object 📦 and I would be very glad to have user authorization because I hate criminals 🦹‍♂️ like pedophiles, robbers, hackers and so on."
authors = ["Adam Žúrek <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 8ba3646

Please sign in to comment.