Skip to content

Commit c205db7

Browse files
Preparing release 3.0.3
[ci skip]
1 parent 51194dd commit c205db7

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ Changelog
88
99
.. towncrier release notes start
1010
11+
3.0.3 (2025-01-23)
12+
------------------
13+
14+
Bug fixes:
15+
16+
17+
- Remove old way to run tests with setuptools [gforcada] (#72)
18+
19+
1120
3.0.2 (2023-06-23)
1221
------------------
1322

news/72.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44

55

6-
version = "3.0.3.dev0"
6+
version = "3.0.3"
77

88
long_description = (
99
f"{Path('README.rst').read_text()}\n"

0 commit comments

Comments
 (0)