Skip to content

Commit 9bf934e

Browse files
authored
release: Release 0.25.1 (#117)
* Fix README for publishing * Fix README for publishing * Update CHANGELOG
1 parent 1bb18f5 commit 9bf934e

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
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.0
2+
current_version = 0.25.1
33

44
[bumpversion:file:pyproject.toml]
55

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.25.1] - 2022-12-19
8+
### Fixed
9+
- [PR 117](https://github.com/salesforce/django-declarative-apis/pull/117) Fix README specification in pyproject.toml
10+
711
# [0.25.0] - 2022-12-19
812
### Added
913
- [PR 106](https://github.com/salesforce/django-declarative-apis/pull/106) Test against Python 3.11 in PR checks

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.0' # set by bumpversion
77+
release = '0.25.1' # set by bumpversion
7878

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

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "django-declarative-apis"
7-
version = "0.25.0" # set by bumpversion
7+
version = "0.25.1" # set by bumpversion
88
description = "Simple, readable, declarative APIs for Django"
9-
dynamic = ["readme"]
9+
readme = "README.md"
1010
dependencies = [
1111
"Django >=3.2, <4",
1212
"celery>=4.0.2,!=4.1.0",
@@ -46,8 +46,6 @@ dev = [
4646
"sphinx_rtd_theme==0.5.2",
4747
"tblib~=1.6.0",
4848
]
49-
[tool.setuptools.dynamic]
50-
readme = {file = ["README.md"]}
5149

5250
[tool.black]
5351
line-length = 88

0 commit comments

Comments
 (0)