Skip to content

Commit 8545aa5

Browse files
committed
bump to version 0.23.0
1 parent 1cc6407 commit 8545aa5

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

arte/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (0, 22, 0)
1+
VERSION = (0, 23, 0)
22

33
__version__ = '.'.join(map(str, VERSION))

docs/DOCUMENTATION_GUIDE.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Docstring Style
1717

1818
Arte uses the NumPy docstring format. This is enforced by numpydoc and checked during documentation builds.
1919

20-
### Section Names
20+
Section Names
21+
^^^^^^^^^^^^^
2122

2223
Use **exactly** these section names (case-sensitive):
2324

@@ -31,7 +32,8 @@ Use **exactly** these section names (case-sensitive):
3132
* ``References`` - citations and external links
3233
* ``Warnings`` - important warnings for users
3334

34-
### Common Mistakes to Avoid
35+
Common Mistakes to Avoid
36+
^^^^^^^^^^^^^^^^^^^^^^^^
3537

3638
**Wrong:**
3739

0 commit comments

Comments
 (0)