Skip to content

Commit

Permalink
Merge pull request #299 from fugal-dy/bump100
Browse files Browse the repository at this point in the history
chore: version bump / release 1.0.0
  • Loading branch information
David Vogt authored Feb 1, 2022
2 parents 96ffd25 + a799900 commit 6c8126c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v1.0.0 (1 February 2022)

## Update to Django 3.2
Bump to latest Django LTS and lift other dependencies while giving some slack on the version requirements in `setup.py` so it won't be too hard to bump to this release.

### Feature
* **core** Rename the basemodel's `meta` field to `metainfo` in order to respect reserved words of [django-restframework-json-api](https://github.com/django-json-api/django-rest-framework-json-api/blob/main/CHANGELOG.md#430---2021-12-10) ([`be444a6`](https://github.com/projectcaluma/emeis/pull/298/commits/be444a622b05139df041b2530018672cb95dad91))

### Breaking
* Rename basemodel's `meta` field to `metainfo`

## v0.6.0 (14 January 2022)

### Feature
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.6.0"
__version__ = "1.0.0"

0 comments on commit 6c8126c

Please sign in to comment.