File tree Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change
1
+ changelog :
2
+ exclude :
3
+ authors : [dependabot, github-actions, pre-commit-ci]
4
+ categories :
5
+ - title : 🎉 New Features
6
+ labels : [feature]
7
+ - title : 🐛 Bug Fixes
8
+ labels : [fix]
9
+ - title : 🛠 Enhancements
10
+ labels : [enhancement, DX, UX]
11
+ - title : 📖 Documentation
12
+ labels : [docs]
13
+ - title : 🧹 House-Keeping
14
+ labels : [housekeeping]
15
+ - title : 🚀 Performance
16
+ labels : [performance]
17
+ - title : 💡 Refactoring
18
+ labels : [refactor]
19
+ - title : 🧪 Tests
20
+ labels : [tests]
21
+ - title : 💥 Breaking Changes
22
+ labels : [breaking]
23
+ - title : 🔒 Security Fixes
24
+ labels : [security]
25
+ - title : 🏥 Package Health
26
+ labels : [pkg]
27
+ - title : 🤷♂️ Other Changes
28
+ labels : ["*"]
Original file line number Diff line number Diff line change 5
5
__copyright__ = (
6
6
"Copyright Daniel W. Davies, Adam J. Jackson, Keith T. Butler (2019)"
7
7
)
8
- __version__ = "2.5.3 "
8
+ __version__ = "2.5.4 "
9
9
__maintainer__ = "Anthony O. Onwuli"
10
10
__maintaier_email__ = "[email protected] "
11
- __date__ = "August 23 2023"
11
+ __date__ = "November 30 2023"
12
12
13
13
import os
14
14
import unittest
You can’t perform that action at this time.
0 commit comments