File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.28 .0
2
+ current_version = 0.29 .0
3
3
4
4
[bumpversion:file:pyproject.toml]
5
5
Original file line number Diff line number Diff line change @@ -4,8 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ # [ 0.29.0] - 2023-08-16
8
+ - [ PR 129] ( https://github.com/salesforce/django-declarative-apis/pull/129 ) Remove outdated HttpResponse wrapper
9
+
7
10
# [ 0.28.0] - 2023-05-08
8
- - [ PR 125 ] ( https://github.com/salesforce/django-declarative-apis/pull/127 ) Add function and fake relations caching in filters
11
+ - [ PR 127 ] ( https://github.com/salesforce/django-declarative-apis/pull/127 ) Add function and fake relations caching in filters
9
12
10
13
# [ 0.27.0] - 2023-04-27
11
14
- [ PR 125] ( https://github.com/salesforce/django-declarative-apis/pull/125 ) Support resources that are not django models
Original file line number Diff line number Diff line change 74
74
# built documents.
75
75
76
76
# The full version, including alpha/beta/rc tags.
77
- release = '0.28 .0' # set by bumpversion
77
+ release = '0.29 .0' # set by bumpversion
78
78
79
79
# The short X.Y version.
80
80
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.28 .0" # set by bumpversion
7
+ version = " 0.29 .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