Bump version

This commit is contained in:
Vinayak Mehta
2021-06-15 03:58:30 +05:30
parent 9a3865c716
commit c647f573d8
4 changed files with 6 additions and 3 deletions
+3
View File
@@ -4,6 +4,9 @@ Release History
master master
------ ------
0.9.0 (2021-06-15)
------------------
**Bugfixes** **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). - 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).
+1 -1
View File
@@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2019-2020 Camelot Developers Copyright (c) 2019-2021 Camelot Developers
Copyright (c) 2018-2019 Peeply Private Ltd (Singapore) Copyright (c) 2018-2019 Peeply Private Ltd (Singapore)
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
+1 -1
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
VERSION = (0, 8, 2) VERSION = (0, 9, 0)
PRERELEASE = None # alpha, beta or rc PRERELEASE = None # alpha, beta or rc
REVISION = None REVISION = None
+1 -1
View File
@@ -63,7 +63,7 @@ master_doc = "index"
# General information about the project. # General information about the project.
project = u"Camelot" project = u"Camelot"
copyright = u"2020, Camelot Developers" copyright = u"2021, Camelot Developers"
author = u"Vinayak Mehta" author = u"Vinayak Mehta"
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for