Skip to content

Commit d829170

Browse files
authored
chore: Release django-declarative-apis-0.31.7 (@W-14178534) (#149)
* chore: Release django-declarative-apis-0.31.7 * Remove extra line * Remove unnecessary info * bump version
1 parent 28c5e6a commit d829170

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-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.31.6
2+
current_version = 0.31.7
33

44
[bumpversion:file:pyproject.toml]
55

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@ 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

77
# [Unreleased]
8+
-
9+
10+
# [0.31.7]
11+
- [PR 148](https://github.com/salesforce/django-declarative-apis/pull/148) chore: upgrade django 4.2 LTS
12+
13+
# [0.31.6]
814
- [PR 144](https://github.com/salesforce/django-declarative-apis/pull/144) Allow Dependabot to update dev dependencies
915
- [PR 143](https://github.com/salesforce/django-declarative-apis/pull/143) Testing: Replace `flake8` and `black` with `ruff`, add testing for Python 3.12, drop testing for Python 3.7
1016
- [PR 146](https://github.com/salesforce/django-declarative-apis/pull/146) Add ExpandableGeneric filter type
11-
- [PR 148](https://github.com/salesforce/django-declarative-apis/pull/148) chore: upgrade django 4.2 LTS (@W-14178534)
1217

1318
# [0.31.5]
1419
- [PR 141](https://github.com/salesforce/django-declarative-apis/pull/141) Clean up logging

docs/source/conf.py

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

7777
# The full version, including alpha/beta/rc tags.
78-
release = "0.31.6" # set by bumpversion
78+
release = "0.31.7" # set by bumpversion
7979

8080
# The short X.Y version.
8181
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.31.6" # set by bumpversion
7+
version = "0.31.7" # set by bumpversion
88
description = "Simple, readable, declarative APIs for Django"
99
readme = "README.md"
1010
dependencies = [

0 commit comments

Comments
 (0)