Skip to content

Commit e948136

Browse files
authored
0.25.2 release (#121)
* changelog fix for 0.25.2 release * bump version to 0.25.2
1 parent 7ff0e98 commit e948136

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
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.25.1
2+
current_version = 0.25.2
33

44
[bumpversion:file:pyproject.toml]
55

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,14 @@ 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.2] - 2023-01-24
88
### Fixed
99
- [PR 118](https://github.com/salesforce/django-declarative-apis/pull/118) Fix typo in docs
10+
- [PR 120](https://github.com/salesforce/django-declarative-apis/pull/120) Fix correlation ID logging for deferred tasks
1011

1112
### Changed
1213
- [PR 116](https://github.com/salesforce/django-declarative-apis/pull/XXX) Only run PR checks on `pull_request`
1314

14-
# [0.25.2] - 2023-01-20
15-
### Fixed
16-
- [PR 120](https://github.com/salesforce/django-declarative-apis/pull/120) Fix correlation ID logging for deferred tasks
17-
1815
# [0.25.1] - 2022-12-19
1916
### Fixed
2017
- [PR 117](https://github.com/salesforce/django-declarative-apis/pull/117) Fix README specification in pyproject.toml

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.25.1' # set by bumpversion
77+
release = '0.25.2' # 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.25.1" # set by bumpversion
7+
version = "0.25.2" # set by bumpversion
88
description = "Simple, readable, declarative APIs for Django"
99
readme = "README.md"
1010
dependencies = [

0 commit comments

Comments
 (0)