Bump version

pull/222/head^2 v0.9.0
Vinayak Mehta 2021-06-15 03:58:30 +05:30
parent 9a3865c716
commit c647f573d8
No known key found for this signature in database
GPG Key ID: 2DE013537A15A9A4
4 changed files with 6 additions and 3 deletions

View File

@ -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).

View File

@ -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

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
VERSION = (0, 8, 2)
VERSION = (0, 9, 0)
PRERELEASE = None # alpha, beta or rc
REVISION = None

View File

@ -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