Skip to content

Commit 6c8126c

Browse files
author
David Vogt
authored
Merge pull request #299 from fugal-dy/bump100
chore: version bump / release 1.0.0
2 parents 96ffd25 + a799900 commit 6c8126c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v1.0.0 (1 February 2022)
2+
3+
## Update to Django 3.2
4+
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.
5+
6+
### Feature
7+
* **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))
8+
9+
### Breaking
10+
* Rename basemodel's `meta` field to `metainfo`
11+
112
## v0.6.0 (14 January 2022)
213

314
### Feature

emeis/emeis_metadata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__title__ = "emeis"
44
__description__ = "user management"
5-
__version__ = "0.6.0"
5+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)