File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.25.2
2+ current_version = 0.25.3
33
44[bumpversion:file:pyproject.toml]
55
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- # [ unreleased] - XXXX-XX-XX
7+ # [ 0.25.3] - 2023-02-09
8+ ### Fixed
89- [ PR 122] ( https://github.com/salesforce/django-declarative-apis/pull/122 ) Handle malformed OAuth header
910
1011# [ 0.25.2] - 2023-01-24
Original file line number Diff line number Diff line change 7474# built documents.
7575
7676# The full version, including alpha/beta/rc tags.
77- release = '0.25.2 ' # set by bumpversion
77+ release = '0.25.3 ' # set by bumpversion
7878
7979# The short X.Y version.
8080version = release .rsplit ('.' , 1 )[0 ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " django-declarative-apis"
7- version = " 0.25.2 " # set by bumpversion
7+ version = " 0.25.3 " # set by bumpversion
88description = " Simple, readable, declarative APIs for Django"
99readme = " README.md"
1010dependencies = [
You can’t perform that action at this time.
0 commit comments