File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.25.0
2
+ current_version = 0.25.1
3
3
4
4
[bumpversion:file:pyproject.toml]
5
5
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ # [ 0.25.1] - 2022-12-19
8
+ ### Fixed
9
+ - [ PR 117] ( https://github.com/salesforce/django-declarative-apis/pull/117 ) Fix README specification in pyproject.toml
10
+
7
11
# [ 0.25.0] - 2022-12-19
8
12
### Added
9
13
- [ PR 106] ( https://github.com/salesforce/django-declarative-apis/pull/106 ) Test against Python 3.11 in PR checks
Original file line number Diff line number Diff line change 74
74
# built documents.
75
75
76
76
# The full version, including alpha/beta/rc tags.
77
- release = '0.25.0 ' # set by bumpversion
77
+ release = '0.25.1 ' # set by bumpversion
78
78
79
79
# The short X.Y version.
80
80
version = release .rsplit ('.' , 1 )[0 ]
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " django-declarative-apis"
7
- version = " 0.25.0 " # set by bumpversion
7
+ version = " 0.25.1 " # set by bumpversion
8
8
description = " Simple, readable, declarative APIs for Django"
9
- dynamic = [ " readme " ]
9
+ readme = " README.md "
10
10
dependencies = [
11
11
" Django >=3.2, <4" ,
12
12
" celery>=4.0.2,!=4.1.0" ,
@@ -46,8 +46,6 @@ dev = [
46
46
" sphinx_rtd_theme==0.5.2" ,
47
47
" tblib~=1.6.0" ,
48
48
]
49
- [tool .setuptools .dynamic ]
50
- readme = {file = [" README.md" ]}
51
49
52
50
[tool .black ]
53
51
line-length = 88
You can’t perform that action at this time.
0 commit comments