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,
|
This file logs the changes that are actually interesting to users (new features,
|
||||||
changed functionality, fixed bugs).
|
changed functionality, fixed bugs).
|
||||||
|
|
||||||
## Version 1.0 (in development)
|
|
||||||
|
## Version 1.0 (2019-03-01)
|
||||||
|
|
||||||
- Base version after which changes will be recorded here.
|
- Base version after which changes will be recorded here.
|
||||||
|
|||||||
@ -20,4 +20,4 @@
|
|||||||
|
|
||||||
# <pep8 compliant>
|
# <pep8 compliant>
|
||||||
|
|
||||||
__version__ = '0.99'
|
__version__ = '1.0'
|
||||||
|
|||||||
@ -24,9 +24,9 @@ copyright = '2018, Sybren A. Stüvel'
|
|||||||
author = 'Sybren A. Stüvel'
|
author = 'Sybren A. Stüvel'
|
||||||
|
|
||||||
# The short X.Y version
|
# The short X.Y version
|
||||||
version = '0.99'
|
version = '1.0'
|
||||||
# The full version, including alpha/beta/rc tags
|
# The full version, including alpha/beta/rc tags
|
||||||
release = '0.99'
|
release = '1.0'
|
||||||
|
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -26,7 +26,7 @@ if sys.version_info < (3, 5):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='blender-asset-tracer',
|
name='blender-asset-tracer',
|
||||||
version='0.99',
|
version='1.0',
|
||||||
url='https://gitlab.com/dr.sybren/blender-asset-tracer',
|
url='https://gitlab.com/dr.sybren/blender-asset-tracer',
|
||||||
download_url='https://pypi.python.org/pypi/blender-asset-tracer',
|
download_url='https://pypi.python.org/pypi/blender-asset-tracer',
|
||||||
license='GPLv2+',
|
license='GPLv2+',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user