Bumped version to 1.0
This is the same version as 0.99, just released as 1.0 to note the maturity of the code (it's been used successfully for months at the Blender Animation Studio).
This commit is contained in:
parent
8dede717c6
commit
c8337f5098
@ -3,6 +3,7 @@
|
||||
This file logs the changes that are actually interesting to users (new features,
|
||||
changed functionality, fixed bugs).
|
||||
|
||||
## Version 1.0 (in development)
|
||||
|
||||
## Version 1.0 (2019-03-01)
|
||||
|
||||
- Base version after which changes will be recorded here.
|
||||
|
||||
@ -20,4 +20,4 @@
|
||||
|
||||
# <pep8 compliant>
|
||||
|
||||
__version__ = '0.99'
|
||||
__version__ = '1.0'
|
||||
|
||||
@ -24,9 +24,9 @@ copyright = '2018, Sybren A. Stüvel'
|
||||
author = 'Sybren A. Stüvel'
|
||||
|
||||
# The short X.Y version
|
||||
version = '0.99'
|
||||
version = '1.0'
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = '0.99'
|
||||
release = '1.0'
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user