Skip to content

Commit ce593fc

Browse files
authored
[release] setup for 0.2.1 (#139)
* set version 0.2.1 * add note to CHANGELOG
1 parent 062f0c4 commit ce593fc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.2.1 (2025-03-11)
4+
5+
Please see [GitHub Releases for CHANGELOG notes](https://github.com/executablebooks/sphinx-proof/releases).
6+
7+
This manually edited file will no longer be updated and removed in v0.3.0
8+
39
## v0.2.0 (2024-09-10)
410

511
### NEW ✨

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup, find_packages
44

5-
VERSION = "v0.2.0"
5+
VERSION = "v0.2.1"
66

77
LONG_DESCRIPTION = """
88
This package contains a [Sphinx](http://www.sphinx-doc.org/en/master/) extension

0 commit comments

Comments
 (0)