Skip to content

Commit 788f169

Browse files
committedFeb 23, 2024··
Set version 2.3.0
1 parent 7c19e40 commit 788f169

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.2.2
2+
current_version = 2.3.0
33
message = Set version {new_version}
44
commit = True
55
tag = True

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import find_packages, setup
44

55

6-
VERSION = '2.2.2'
6+
VERSION = '2.3.0'
77
github_url = 'https://github.com/fdemmer/django-weasyprint'
88

99

0 commit comments

Comments
 (0)
Please sign in to comment.