Skip to content

Commit 78b51b3

Browse files
author
sloev
committed
bump to 7.0.0 don't json.dumps the body if it's already a str (pr #58)
1 parent ed69175 commit 78b51b3

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

HISTORY.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,10 @@ First OSS release
119119

120120
**features**
121121

122-
- remember HISTORY.md in manifest file
122+
- remember HISTORY.md in manifest file
123+
124+
### 7.0.0 (2020-02-12)
125+
126+
**This is not a backwards compatible change.**
127+
128+
- don't json.dumps the body if it's already a str (pr #58)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ See [`setup.py`](setup.py) for test dependencies and install them with .[test].
281281

282282
## Contributors
283283

284-
@nabrosimoff, @elviejokike, @eduardomourar, @devgrok, @AlbertoTrindade, @paddie, @svdgraaf, @simongarnier, @martinbuberl, @sloev
284+
@nabrosimoff, @elviejokike, @eduardomourar, @devgrok, @AlbertoTrindade, @paddie, @svdgraaf, @simongarnier, @martinbuberl, @adamelmore, @sloev
285285

286286
[Wanna contribute?](./CONTRIBUTING.md)
287287

lambdarest/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = "sloev"
22
__email__ = "johannes.valbjorn@gmail.com"
3-
__version__ = "6.0.2"
3+
__version__ = "7.0.0"

0 commit comments

Comments
 (0)