Skip to content

Commit 4f0ef3d

Browse files
committed
Set version 1.1.0
1 parent 3cbdad1 commit 4f0ef3d

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 = 1.0.2
2+
current_version = 1.1.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
@@ -2,7 +2,7 @@
22

33
from setuptools import find_packages, setup
44

5-
VERSION = '1.0.2'
5+
VERSION = '1.1.0'
66
github_url = 'https://github.com/fdemmer/django-weasyprint'
77

88

0 commit comments

Comments
 (0)