Skip to content

Commit

Permalink
New release: 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-C committed Jan 11, 2021
1 parent c04d54d commit c2ca186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fpdf/fpdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
LOGGER = logging.getLogger(__name__)

# Global variables
FPDF_VERSION = "2.2.0rc2"
FPDF_VERSION = "2.2.0"
FPDF_FONT_DIR = os.path.join(os.path.dirname(__file__), "font")
FPDF_CACHE_MODE = 0 # 0 - in same folder, 1 - none, 2 - hash
FPDF_CACHE_DIR = None
Expand Down

0 comments on commit c2ca186

Please sign in to comment.