parent
9a3865c716
commit
f0a787a778
|
|
@ -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).
|
||||
|
|
|
|||
2
LICENSE
2
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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
VERSION = (0, 8, 2)
|
||||
VERSION = (0, 9, 0)
|
||||
PRERELEASE = None # alpha, beta or rc
|
||||
REVISION = None
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue