Skip to content

Commit 5498f2e

Browse files
authored
Bump to 0.29.0 (#130)
1 parent 9775e45 commit 5498f2e

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.28.0
2+
current_version = 0.29.0
33

44
[bumpversion:file:pyproject.toml]
55

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
# [0.29.0] - 2023-08-16
8+
- [PR 129](https://github.com/salesforce/django-declarative-apis/pull/129) Remove outdated HttpResponse wrapper
9+
710
# [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
912

1013
# [0.27.0] - 2023-04-27
1114
- [PR 125](https://github.com/salesforce/django-declarative-apis/pull/125) Support resources that are not django models

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
# built documents.
7575

7676
# The full version, including alpha/beta/rc tags.
77-
release = '0.28.0' # set by bumpversion
77+
release = '0.29.0' # set by bumpversion
7878

7979
# The short X.Y version.
8080
version = release.rsplit('.', 1)[0]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "django-declarative-apis"
7-
version = "0.28.0" # set by bumpversion
7+
version = "0.29.0" # set by bumpversion
88
description = "Simple, readable, declarative APIs for Django"
99
readme = "README.md"
1010
dependencies = [

0 commit comments

Comments
 (0)