Skip to content

Commit 9f7a185

Browse files
authored
chore: @W-10145159 release v0.22.3 (#67)
* Update Changelog with new version v0.22.3 * Expand requirement for cryptography to include 3.4.8
1 parent fac9ad9 commit 9f7a185

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[bumpversion]
2-
current_version = 0.22.2
2+
current_version = 0.22.3
33

44
[bumpversion:file:setup.py]
55

66
[bumpversion:file:docs/source/conf.py]
7-

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic
66
Versioning](https://semver.org/spec/v2.0.0.html).
77

88
# [unreleased] - YYYY-MM-DD
9+
10+
# [0.22.3] - 2021-11-18
911
### Added
1012
- [PR 59](https://github.com/salesforce/django-declarative-apis/pull/59) Add test cases for example app's model and responses
1113

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

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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Django~=2.2.0
22
celery>=4.0.2,<=4.4.0,!=4.1.0
3-
cryptography>=2.0,<=3.4.7
3+
cryptography>=2.0,<=3.4.8
44
decorator==4.0.11
55
django-dirtyfields>=1.2.1
66
oauthlib[signedtoken,rsa]>=2.0.6,<3.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.2", # set by bumpversion
23+
version="0.22.3", # 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)