Skip to content

Commit ab681eb

Browse files
authored
release: Release 0.24.0 (#104)
* Bump the version * Update the CHANGELOG
1 parent cf2d264 commit ab681eb

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.23.1
2+
current_version = 0.24.0
33

44
[bumpversion:file:setup.py]
55

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ 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-
# [unreleased] - XXXX-XX-XX
7+
# [0.24.0] - 2022-11-03
88
### Added
9+
- [PR 103](https://github.com/salesforce/django-declarative-apis/pull/103) Update contributing doc
910
- [PR 102](https://github.com/salesforce/django-declarative-apis/pull/102) Fix typos in docs and tests
1011
- [PR 101](https://github.com/salesforce/django-declarative-apis/pull/101) Allow Pydantic models as field types
1112
- [PR 100](https://github.com/salesforce/django-declarative-apis/pull/100) Improve `errors.py`

docs/source/conf.py

+1-1
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.23.1' # set by bumpversion
77+
release = '0.24.0' # set by bumpversion
7878

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setuptools.setup(
2222
name="django-declarative-apis",
23-
version="0.23.1", # set by bumpversion
23+
version="0.24.0", # set by bumpversion
2424
author="Drew Shafer",
2525
url="https://salesforce.com",
2626
description="Simple, readable, declarative APIs for Django",

0 commit comments

Comments
 (0)