Skip to content

Commit

Permalink
Updated version numbers and dates for 1.21.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-smith-artifex-com committed Dec 13, 2022
1 parent 5973cc7 commit 0f01aaf
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,9 +1,9 @@
# PyMuPDF 1.21.1rc1
# PyMuPDF 1.21.1

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


Release date: December 12, 2022
Release date: December 13, 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 @@ -3,7 +3,7 @@
Change Log
==========

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

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

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

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

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

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.1rc1"
release = "1.21.1"

# 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.1rc1 features as of **2022-12-12 00:00:01**.
This documentation covers PyMuPDF v1.21.1 features as of **2022-12-13 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.1" # MuPDF version.
VersionBind = "1.21.1rc1" # PyMuPDF version.
VersionDate = "2022-12-12 00:00:01"
version = (VersionBind, VersionFitz, "20221212000001")
VersionBind = "1.21.1" # PyMuPDF version.
VersionDate = "2022-12-13 00:00:01"
version = (VersionBind, VersionFitz, "20221213000001")
%}
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -788,7 +788,7 @@ def get_mupdf():

setup(
name="PyMuPDF",
version="1.21.1rc1",
version="1.21.1",
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 0f01aaf

Please sign in to comment.