Skip to content

Commit 437623c

Browse files
authored
Merge pull request #184 from WMD-group/new_release
Preparing v2.5.4
2 parents b63a979 + 11f05a8 commit 437623c

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

.github/release.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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: ["*"]

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
__copyright__ = (
66
"Copyright Daniel W. Davies, Adam J. Jackson, Keith T. Butler (2019)"
77
)
8-
__version__ = "2.5.3"
8+
__version__ = "2.5.4"
99
__maintainer__ = "Anthony O. Onwuli"
1010
__maintaier_email__ = "[email protected]"
11-
__date__ = "August 23 2023"
11+
__date__ = "November 30 2023"
1212

1313
import os
1414
import unittest

0 commit comments

Comments
 (0)