File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.33 .0
2
+ current_version = 0.34 .0
3
3
4
4
[bumpversion:file:pyproject.toml]
5
5
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
# [ Unreleased]
8
8
9
+ # [ 0.34.0]
10
+ - [ PR 178] ( https://github.com/salesforce/django-declarative-apis/pull/178 ) Fix JSONEmitter for empty response bodies.
11
+
9
12
# [ 0.33.0]
10
13
- [ PR 170] ( https://github.com/salesforce/django-declarative-apis/pull/170 ) Update publish workflow
11
14
- [ PR 173] ( https://github.com/salesforce/django-declarative-apis/pull/173 ) handle request.GET or request.POST being None + a few other improvements
Original file line number Diff line number Diff line change 75
75
# built documents.
76
76
77
77
# The full version, including alpha/beta/rc tags.
78
- release = "0.33 .0" # set by bumpversion
78
+ release = "0.34 .0" # set by bumpversion
79
79
80
80
# The short X.Y version.
81
81
version = release .rsplit ("." , 1 )[0 ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " django-declarative-apis"
7
- version = " 0.33 .0" # set by bumpversion
7
+ version = " 0.34 .0" # set by bumpversion
8
8
description = " Simple, readable, declarative APIs for Django"
9
9
readme = " README.md"
10
10
dependencies = [
You can’t perform that action at this time.
0 commit comments