jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1026705?usp=email )

Change subject: [9.1.2] Publish Pywikibot 9.1.2
......................................................................

[9.1.2] Publish Pywikibot 9.1.2

Change-Id: I80f6d352b6a16fd8d6dfa12ac40d68a989c42077
---
M .appveyor.yml
M ROADMAP.rst
M pywikibot/__metadata__.py
M pywikibot/scripts/version.py
M scripts/__init__.py
5 files changed, 8 insertions(+), 6 deletions(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified




diff --git a/.appveyor.yml b/.appveyor.yml
index 96d787b..6fb8acf 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,7 +1,7 @@
 image: Visual Studio 2022
 clone_depth: 50
 skip_tags: true
-version: 9.2.{build}
+version: 9.1.{build}
 environment:

   PYWIKIBOT_DIR: "%appdata%\\Pywikibot"
diff --git a/ROADMAP.rst b/ROADMAP.rst
index 19cb97f..80c71e0 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,7 +1,9 @@
 Current release
 ---------------

-* (no changes yet)
+* Remove line endings in :func:`version.getversion_nightly` (:phab:`T363943`)
+* Provide ``-nouser`` option with :mod:`pywikibot.scripts.version`
+* i18n updates

 Deprecations
 ------------
diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py
index 0eae51b..a4b4218 100644
--- a/pywikibot/__metadata__.py
+++ b/pywikibot/__metadata__.py
@@ -12,6 +12,6 @@
 from time import strftime


-__version__ = '9.2.0.dev1'
+__version__ = '9.1.2'
 __url__ = 'https://www.mediawiki.org/wiki/Manual:Pywikibot'
 __copyright__ = f'2003-{strftime("%Y")}, Pywikibot team'
diff --git a/pywikibot/scripts/version.py b/pywikibot/scripts/version.py
index 0bc0af8..3d02378 100755
--- a/pywikibot/scripts/version.py
+++ b/pywikibot/scripts/version.py
@@ -7,7 +7,7 @@

 .. versionchanged:: 7.0
    version script was moved to the framework scripts folder
-.. versionadded:: 9.2
+.. versionadded:: 9.1.2
    the *-nouser* option.
 """
 #
@@ -59,7 +59,7 @@
 def main(*args: str) -> None:
     """Print pywikibot version and important settings.

-    .. versionchanged:: 9.2
+    .. versionchanged:: 9.1.2
        usernames are not printed with ``-nouser`` option.
     """
     pywikibot.info('Pywikibot: ' + getversion())
diff --git a/scripts/__init__.py b/scripts/__init__.py
index 01864c7..13b4564 100644
--- a/scripts/__init__.py
+++ b/scripts/__init__.py
@@ -32,4 +32,4 @@
 #
 # Distributed under the terms of the MIT license.
 #
-__version__ = '9.2.0'
+__version__ = '9.1.2'

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1026705?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I80f6d352b6a16fd8d6dfa12ac40d68a989c42077
Gerrit-Change-Number: 1026705
Gerrit-PatchSet: 3
Gerrit-Owner: Xqt <i...@gno.de>
Gerrit-Reviewer: D3r1ck01 <dalangi-...@wikimedia.org>
Gerrit-Reviewer: Xqt <i...@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org
To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org

Reply via email to