From 292570b453775a0cf61dfb9d0c3e171cf28febc1 Mon Sep 17 00:00:00 2001 From: Nick Moreton Date: Tue, 1 Aug 2023 03:07:30 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 +++- wagtail_qrcode/__init__.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 473983b..d457164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Wagtail QRcode Changelog -## Uneleased +## Unreleased + +## [2.0.0] - 2023-08-01 - [General tidy up around tests and docs](https://github.com/nickmoreton/wagtail-qrcode/pull/28) - Drop older versions diff --git a/wagtail_qrcode/__init__.py b/wagtail_qrcode/__init__.py index 098a6c7..7dd08b2 100644 --- a/wagtail_qrcode/__init__.py +++ b/wagtail_qrcode/__init__.py @@ -1,2 +1,2 @@ -VERSION = (1, 1, 2) +VERSION = (2, 0, 0) __version__ = ".".join(map(str, VERSION))