Skip to content

Commit

Permalink
Merge pull request #262 from winged/bump_version
Browse files Browse the repository at this point in the history
chore: version bump 0.3.0
  • Loading branch information
David Vogt authored Aug 27, 2021
2 parents 4966076 + 63e1ff3 commit 91c7806
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v0.3.0 (27 August 2021)

### Feature
* **permissions:** Introduce django generic api permissions ([`ff5aa2f`](https://github.com/winged/emeis/commit/ff5aa2f5f016d2236f669a0b8f3ea72ac5e67e72))
* **auth:** Introduce user factory setting and oidc user object ([`0716162`](https://github.com/winged/emeis/commit/0716162bf8963d7e167a8935e1f0dd3aff79a91d))
* Add filters on User endpoint ([`95b15d2`](https://github.com/winged/emeis/commit/95b15d2172a2b7a7bb3d189e6399f4ac97bc576a))
* **scopes:** Expose level on api ([`ddc36ee`](https://github.com/winged/emeis/commit/ddc36ee9682bb89f1f1f4697cd36e75215cb1a87))


## v0.2.2 (26 July 2021)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion emeis/emeis_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__title__ = "emeis"
__description__ = "user management"
__version__ = "0.2.2"
__version__ = "0.3.0"
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
black==21.5b1
django_extensions==3.0.8
factory-boy==3.2.0
flake8==3.8.3
flake8==3.9.2
flake8-blind-except==0.2.0
flake8-bugbear==21.4.3
flake8-debugger==3.2.1
Expand All @@ -11,14 +11,14 @@ flake8-isort==4.0.0
flake8-string-format==0.3.0
flake8-tuple==0.4.1
gitlint==0.15.1
hypothesis==6.13.0
hypothesis==6.16.0
ipython==7.16.1
isort==5.8.0
pdbpp==0.10.2
pre_commit==2.7.1
psycopg2-binary==2.8.6
pytest==6.2.4
pytest-cov==2.10.1
pytest-cov==2.12.1
pytest-django==3.9.0
pytest-env==0.6.2
pytest-factoryboy==2.0.3
Expand Down

0 comments on commit 91c7806

Please sign in to comment.