From 4f0ef3d37651dcd009ec245cc239a8470f18c915 Mon Sep 17 00:00:00 2001 From: Florian Demmer Date: Fri, 19 Feb 2021 16:31:24 +0100 Subject: [PATCH] Set version 1.1.0 --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index dc1d4a3..c2506cb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.2 +current_version = 1.1.0 message = Set version {new_version} commit = True tag = True diff --git a/setup.py b/setup.py index fc2b5e5..d63b29b 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages, setup -VERSION = '1.0.2' +VERSION = '1.1.0' github_url = 'https://github.com/fdemmer/django-weasyprint'