From c647f573d89d45b87119554c76b4f8234ea63f25 Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Tue, 15 Jun 2021 03:58:30 +0530 Subject: [PATCH] Bump version --- HISTORY.md | 3 +++ LICENSE | 2 +- camelot/__version__.py | 2 +- docs/conf.py | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index d682e82..0657834 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,6 +4,9 @@ Release History master ------ +0.9.0 (2021-06-15) +------------------ + **Bugfixes** - Fix use of resolution argument to generate image with ghostscript. [#231](https://github.com/camelot-dev/camelot/pull/231) by [Tiago Samaha Cordeiro](https://github.com/tiagosamaha). diff --git a/LICENSE b/LICENSE index da379bb..2435efa 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019-2020 Camelot Developers +Copyright (c) 2019-2021 Camelot Developers Copyright (c) 2018-2019 Peeply Private Ltd (Singapore) Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/camelot/__version__.py b/camelot/__version__.py index 945ce1a..ae0cab1 100644 --- a/camelot/__version__.py +++ b/camelot/__version__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -VERSION = (0, 8, 2) +VERSION = (0, 9, 0) PRERELEASE = None # alpha, beta or rc REVISION = None diff --git a/docs/conf.py b/docs/conf.py index 7309ea5..e338412 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -63,7 +63,7 @@ master_doc = "index" # General information about the project. project = u"Camelot" -copyright = u"2020, Camelot Developers" +copyright = u"2021, Camelot Developers" author = u"Vinayak Mehta" # The version info for the project you're documenting, acts as replacement for