Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e1f2f96

Browse files
committed
0.4.0
1 parent a20f198 commit e1f2f96

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

Makefile

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: venv install test quality clean dist
1+
.PHONY: venv install test quality clean dist release
22

33
venv: .venv
44
.venv:
@@ -23,5 +23,11 @@ clean:
2323
rm -rf build/ dist/ src/*.egg-info
2424
rm -rf __pycache__ */__pycache__
2525

26-
dist: ## Build the distributions.
26+
dist:
2727
python -m build --sdist --wheel
28+
29+
release:
30+
@echo "Update src/linklint/__init__.py"
31+
@echo "Update README.rst"
32+
@echo "Tag in git"
33+
@echo "Push to GitHub"

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ hard-code the decisions.
6767
Changes
6868
=======
6969

70-
Unreleased
71-
----------
70+
v0.4.0 (2026-03-10)
71+
-------------------
7272

7373
A number of roles (``:ref:``, ``:doc:`` and others) were being unlinked when
7474
they seemed excessive, but shouldn't have been. They are explicit references to

src/linklint/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.1"
1+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)