@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
4
4
5
5
[project ]
6
6
name = " ansys-dyna-core"
7
- version = " 0.4 .dev0"
7
+ version = " 0.6 .dev0"
8
8
description = " Python interface to LS-DYNA Service"
9
9
readme = " README.rst"
10
10
requires-python = " >=3.10,<4"
@@ -83,10 +83,10 @@ doc = [
83
83
name = " ansys.dyna.core"
84
84
85
85
[project .urls ]
86
- Source = " https://github.com/pyansys /pydyna"
86
+ Source = " https://github.com/ansys /pydyna"
87
87
Homepage = " https://dyna.docs.pyansys.com"
88
88
Documentation = " https://dyna.docs.pyansys.com"
89
- Tracker = " https://github.com/pyansys /pydyna/issues"
89
+ Tracker = " https://github.com/ansys /pydyna/issues"
90
90
91
91
[tool .black ]
92
92
line-length = 120
@@ -108,3 +108,56 @@ show_missing = true
108
108
minversion = " 7.1"
109
109
addopts = " -ra --cov=ansys.dyna.core --cov-report html:.cov/html --cov-report xml:.cov/xml --cov-report term -vv"
110
110
testpaths = [" tests" ]
111
+
112
+ [tool .towncrier ]
113
+ directory = " doc/changelog"
114
+ filename = " doc/source/changelog.rst"
115
+ template = " doc/changelog/template"
116
+ start_string = " .. towncrier release notes start\n "
117
+ title_format = " `{version} <https://github.com/ansys/pydyna/releases/tag/v{version}>`_ - {project_date}"
118
+ issue_format = " `#{issue} <https://github.com/ansys/pydyna/pull/{issue}>`_"
119
+
120
+ [[tool .towncrier .type ]]
121
+ directory = " added"
122
+ name = " Added"
123
+ showcontent = true
124
+
125
+ [[tool .towncrier .type ]]
126
+ directory = " dependencies"
127
+ name = " Dependencies"
128
+ showcontent = true
129
+
130
+ [[tool .towncrier .type ]]
131
+ directory = " documentation"
132
+ name = " Documentation"
133
+ showcontent = true
134
+
135
+ [[tool .towncrier .type ]]
136
+ directory = " fixed"
137
+ name = " Fixed"
138
+ showcontent = true
139
+
140
+ [[tool .towncrier .type ]]
141
+ directory = " maintenance"
142
+ name = " Maintenance"
143
+ showcontent = true
144
+
145
+ [[tool .towncrier .type ]]
146
+ directory = " miscellaneous"
147
+ name = " Miscellaneous"
148
+ showcontent = true
149
+
150
+ [[tool .towncrier .type ]]
151
+ directory = " documentation"
152
+ name = " Documentation"
153
+ showcontent = true
154
+
155
+ [[tool .towncrier .type ]]
156
+ directory = " maintenance"
157
+ name = " Maintenance"
158
+ showcontent = true
159
+
160
+ [[tool .towncrier .type ]]
161
+ directory = " test"
162
+ name = " Test"
163
+ showcontent = true
0 commit comments