Skip to content

Commit

Permalink
Update version numbers and dates for 1.21.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-smith-artifex-com committed Nov 8, 2022
1 parent 6dcbabc commit 536033e
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,8 +1,8 @@
# PyMuPDF 1.21.0rc2
# PyMuPDF 1.21.0

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

Release date: November 7, 2022
Release date: November 8, 2022

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)

Expand Down
2 changes: 1 addition & 1 deletion changes.txt
Expand Up @@ -2,7 +2,7 @@ Change Log
==========


**Changes in Version 1.21.0rc2**
**Changes in Version 1.21.0**

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

Expand Down
2 changes: 1 addition & 1 deletion docs/changes.rst
Expand Up @@ -2,7 +2,7 @@ Change Log
==========


**Changes in Version 1.21.0rc2**
**Changes in Version 1.21.0**

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

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -43,7 +43,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = "1.21.0rc2"
release = "1.21.0"

# The short X.Y version
version = release
Expand Down
2 changes: 1 addition & 1 deletion docs/version.rst
@@ -1,6 +1,6 @@
Covered Version
--------------------

This documentation covers PyMuPDF v1.21.0rc2 features as of **2022-11-07 00:00:01**.
This documentation covers PyMuPDF v1.21.0 features as of **2022-11-08 00:00:01**.

.. 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.
6 changes: 3 additions & 3 deletions fitz/version.i
@@ -1,6 +1,6 @@
%pythoncode %{
VersionFitz = "1.21.0" # MuPDF version.
VersionBind = "1.21.0rc2" # PyMuPDF version.
VersionDate = "2022-11-07 00:00:01"
version = (VersionBind, VersionFitz, "20221107000001")
VersionBind = "1.21.0" # PyMuPDF version.
VersionDate = "2022-11-08 00:00:01"
version = (VersionBind, VersionFitz, "20221108000001")
%}
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -779,7 +779,7 @@ def get_mupdf():

setup(
name="PyMuPDF",
version="1.21.0rc2",
version="1.21.0",
description="Python bindings for the PDF toolkit and renderer MuPDF",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 536033e

Please sign in to comment.