Skip to content

Commit fea48ed

Browse files
authored
Bump the version (#97)
1 parent 40467e1 commit fea48ed

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-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.22.4
2+
current_version = 0.23.0
33

44
[bumpversion:file:setup.py]
55

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5-
and this project adheres to [Semantic
6-
Versioning](https://semver.org/spec/v2.0.0.html).
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
76

8-
# [unreleased] - YYYY-MM-DD
7+
# [0.23.0] - 2022-05-17
98
### Added
109
- [PR 96](https://github.com/salesforce/django-declarative-apis/pull/96) Minor tweaks for ReadTheDocs integration
1110
- [PR 94](https://github.com/salesforce/django-declarative-apis/pull/94) Add a Pull Request template/checklist to the repo

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

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setuptools.setup(
2222
name="django-declarative-apis",
23-
version="0.22.4", # set by bumpversion
23+
version="0.23.0", # set by bumpversion
2424
author="Drew Shafer",
2525
url="https://salesforce.com",
2626
description="Simple, readable, declarative APIs for Django",

0 commit comments

Comments
 (0)