Skip to content

release: Release 0.24.0 #104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.23.1
current_version = 0.24.0

[bumpversion:file:setup.py]

Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# [unreleased] - XXXX-XX-XX
# [0.24.0] - 2022-11-03
### Added
- [PR 103](https://github.com/salesforce/django-declarative-apis/pull/103) Update contributing doc
- [PR 102](https://github.com/salesforce/django-declarative-apis/pull/102) Fix typos in docs and tests
- [PR 101](https://github.com/salesforce/django-declarative-apis/pull/101) Allow Pydantic models as field types
- [PR 100](https://github.com/salesforce/django-declarative-apis/pull/100) Improve `errors.py`
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
# built documents.

# The full version, including alpha/beta/rc tags.
release = '0.23.1' # set by bumpversion
release = '0.24.0' # set by bumpversion

# The short X.Y version.
version = release.rsplit('.', 1)[0]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setuptools.setup(
name="django-declarative-apis",
version="0.23.1", # set by bumpversion
version="0.24.0", # set by bumpversion
author="Drew Shafer",
url="https://salesforce.com",
description="Simple, readable, declarative APIs for Django",
Expand Down