Skip to content

Commit 536033e

Browse files
Update version numbers and dates for 1.21.0 release.
1 parent 6dcbabc commit 536033e

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,8 +1,8 @@
1-
# PyMuPDF 1.21.0rc2
1+
# PyMuPDF 1.21.0
22

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

5-
Release date: November 7, 2022
5+
Release date: November 8, 2022
66

77
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)
88

changes.txt

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

44

5-
**Changes in Version 1.21.0rc2**
5+
**Changes in Version 1.21.0**
66

77
* This release uses ``MuPDF-1.21.0``.
88

docs/changes.rst

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

44

5-
**Changes in Version 1.21.0rc2**
5+
**Changes in Version 1.21.0**
66

77
* This release uses ``MuPDF-1.21.0``.
88

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.0rc2"
46+
release = "1.21.0"
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.0rc2 features as of **2022-11-07 00:00:01**.
4+
This documentation covers PyMuPDF v1.21.0 features as of **2022-11-08 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.0" # MuPDF version.
3-
VersionBind = "1.21.0rc2" # PyMuPDF version.
4-
VersionDate = "2022-11-07 00:00:01"
5-
version = (VersionBind, VersionFitz, "20221107000001")
3+
VersionBind = "1.21.0" # PyMuPDF version.
4+
VersionDate = "2022-11-08 00:00:01"
5+
version = (VersionBind, VersionFitz, "20221108000001")
66
%}

setup.py

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

780780
setup(
781781
name="PyMuPDF",
782-
version="1.21.0rc2",
782+
version="1.21.0",
783783
description="Python bindings for the PDF toolkit and renderer MuPDF",
784784
long_description=readme,
785785
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)