Skip to content

Commit 7637e2b

Browse files
committed
Anitya 2.0.3
1 parent 3e87a37 commit 7637e2b

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-4
lines changed

docs/release-notes.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@ Release Notes
44

55
.. towncrier release notes start
66
7+
2.0.3 (2025-09-05)
8+
==================
9+
10+
API Changes
11+
-----------
12+
13+
* Fix: Should not allow projects with no way to check versions
14+
(`#1921 <https://github.com/fedora-infra/anitya/issues/1921>`_)
15+
16+
17+
Other Changes
18+
-------------
19+
20+
* Update copyright to 2025
21+
(`#1930 <https://github.com/fedora-infra/anitya/issues/1930>`_)
22+
23+
24+
Contributors
25+
------------
26+
Many thanks to the contributors of bug reports, pull requests, and pull request
27+
reviews for this release:
28+
29+
* Justin Zobel
30+
* Michal Konecny
31+
32+
733
2.0.2 (2025-07-30)
834
==================
935

news/1921.api

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

news/1930.other

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ profile = "black"
6363

6464
[tool.poetry]
6565
name = "anitya"
66-
version = "2.0.2"
66+
version = "2.0.3"
6767
description = "A cross-distribution upstream release monitoring project"
6868
authors = ["Pierre-Yves Chibon <pingou@pingoured.fr>"]
6969
maintainers = ["Michal Konecny <mkonecny@redhat.com>"]
@@ -75,7 +75,7 @@ license = "GPL-2.0-or-later"
7575
classifiers = [
7676
"Programming Language :: Python :: 3.10",
7777
"Programming Language :: Python :: 3.11",
78-
"Programming Language :: Python :: 3.11"
78+
"Programming Language :: Python :: 3.12"
7979
]
8080
exclude = [
8181
"anitya/tests"

0 commit comments

Comments
 (0)