Skip to content

Commit 0f01aaf

Browse files
Updated version numbers and dates for 1.21.1 release.
1 parent 5973cc7 commit 0f01aaf

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# PyMuPDF 1.21.1rc1
1+
# PyMuPDF 1.21.1
22

33
![logo](https://artifex.com/images/logos/py-mupdf-github-icon.png)
44

55

6-
Release date: December 12, 2022
6+
Release date: December 13, 2022
77

88
On **[PyPI](https://pypi.org/project/PyMuPDF)** since August 2016: [![Downloads](https://static.pepy.tech/personalized-badge/pymupdf?period=total&units=international_system&left_color=black&right_color=orange&left_text=Downloads)](https://pepy.tech/project/pymupdf)
99

changes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Change Log
44
==========
55

6-
**Changes in Version 1.21.1rc1 (2022-12-12)**
6+
**Changes in Version 1.21.1 (2022-12-13)**
77

88
* This release uses ``MuPDF-1.21.1``.
99

docs/changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Change Log
44
==========
55

6-
**Changes in Version 1.21.1rc1 (2022-12-12)**
6+
**Changes in Version 1.21.1 (2022-12-13)**
77

88
* This release uses ``MuPDF-1.21.1``.
99

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# built documents.
4444
#
4545
# The full version, including alpha/beta/rc tags.
46-
release = "1.21.1rc1"
46+
release = "1.21.1"
4747

4848
# The short X.Y version
4949
version = release

docs/version.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Covered Version
22
--------------------
33

4-
This documentation covers PyMuPDF v1.21.1rc1 features as of **2022-12-12 00:00:01**.
4+
This documentation covers PyMuPDF v1.21.1 features as of **2022-12-13 00:00:01**.
55

66
.. note:: The major and minor versions of **PyMuPDF** and **MuPDF** will always be the same. Only the third qualifier (patch level) may deviate from that of MuPDF.

fitz/version.i

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%pythoncode %{
22
VersionFitz = "1.21.1" # MuPDF version.
3-
VersionBind = "1.21.1rc1" # PyMuPDF version.
4-
VersionDate = "2022-12-12 00:00:01"
5-
version = (VersionBind, VersionFitz, "20221212000001")
3+
VersionBind = "1.21.1" # PyMuPDF version.
4+
VersionDate = "2022-12-13 00:00:01"
5+
version = (VersionBind, VersionFitz, "20221213000001")
66
%}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ def get_mupdf():
788788

789789
setup(
790790
name="PyMuPDF",
791-
version="1.21.1rc1",
791+
version="1.21.1",
792792
description="Python bindings for the PDF toolkit and renderer MuPDF",
793793
long_description=readme,
794794
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)