Skip to content

Commit 1bb18f5

Browse files
authored
release: Release 0.25.0 (#115)
* Bump the versin * Update the CHANGELOG
1 parent 0a96708 commit 1bb18f5

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
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.24.0
2+
current_version = 0.25.0
33

44
[bumpversion:file:pyproject.toml]
55

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.25.0] - 2022-12-19
88
### Added
99
- [PR 106](https://github.com/salesforce/django-declarative-apis/pull/106) Test against Python 3.11 in PR checks
1010

@@ -22,9 +22,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222

2323
# [0.24.0] - 2022-11-03
2424
### Added
25+
- [PR 101](https://github.com/salesforce/django-declarative-apis/pull/101) Allow Pydantic models as field types
26+
27+
### Fixed
2528
- [PR 103](https://github.com/salesforce/django-declarative-apis/pull/103) Update contributing doc
2629
- [PR 102](https://github.com/salesforce/django-declarative-apis/pull/102) Fix typos in docs and tests
27-
- [PR 101](https://github.com/salesforce/django-declarative-apis/pull/101) Allow Pydantic models as field types
30+
31+
### Changed
2832
- [PR 100](https://github.com/salesforce/django-declarative-apis/pull/100) Improve `errors.py`
2933

3034
# [0.23.1] - 2022-05-17

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.24.0' # set by bumpversion
77+
release = '0.25.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.24.0" # set by bumpversion
7+
version = "0.25.0" # set by bumpversion
88
description = "Simple, readable, declarative APIs for Django"
99
dynamic = ["readme"]
1010
dependencies = [

0 commit comments

Comments
 (0)