Skip to content

Commit 6539018

Browse files
committed
update changelog and version for new release
1 parent da1ef18 commit 6539018

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

docs/changelog.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ Version 2.0
55
-----------
66

77
Unreleased
8-
(`changes <https://github.com/lahwaacz/wiki-scripts/compare/1.5...master>`__)
8+
(`changes <https://github.com/lahwaacz/wiki-scripts/compare/1.5.1...master>`__)
9+
10+
Version 1.5.1
11+
-------------
12+
13+
`Released Jan 2, 2026 <https://github.com/lahwaacz/wiki-scripts/tree/1.5.1>`_
14+
(`changes <https://github.com/lahwaacz/wiki-scripts/compare/1.5...1.5.1>`__)
15+
16+
- Allow to run tests without `pytest-docker` installed
917

1018
Version 1.5
1119
-----------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "wiki-scripts"
3-
version = "1.4"
3+
version = "1.5.1"
44
description = "Framework for writing bots, maintenance scripts or performing data analysis on wikis powered by MediaWiki"
55
readme = "README.rst"
66
requires-python = ">=3.12"

ws/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = "Jakub Klinkovský"
22
__url__ = "https://github.com/lahwaacz/wiki-scripts"
3-
__version__ = "1.5"
3+
__version__ = "1.5.1"

0 commit comments

Comments
 (0)