We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32fd9d commit 4a04c33Copy full SHA for 4a04c33
CHANGELOG.rst
@@ -1,4 +1,20 @@
1
-0.50.1 (2024-03-24)
+0.50.5 (2024-03-24)
2
+-------------------
3
+
4
+Infrastructure
5
+^^^^^^^^^^^^^^
6
7
+- Standardised import statements throughout codebase (#25)
8
9
10
+Improved Documentation
11
+^^^^^^^^^^^^^^^^^^^^^^
12
13
+- Reviewed and updated Readme (#10, #17)
14
+- Reincluded Sphinx docs (#23)
15
16
17
+0.50.1 (2024-03-21)
18
-------------------
19
20
Improved Documentation
pyproject.toml
@@ -26,7 +26,6 @@ package-dir = {"pybella" = "src"}
26
27
# Change Log
28
[tool.towncrier]
29
-package = "pyBELLA"
30
directory = "changelog.d"
31
filename = "CHANGELOG.rst"
32
underlines = ["-", "^"]
0 commit comments