diff --git a/CHANGELOG.md b/CHANGELOG.md index a2d17b9..54529e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/blender_asset_tracer/__init__.py b/blender_asset_tracer/__init__.py index b76f292..e61a810 100644 --- a/blender_asset_tracer/__init__.py +++ b/blender_asset_tracer/__init__.py @@ -20,4 +20,4 @@ # -__version__ = '0.99' +__version__ = '1.0' diff --git a/docs/conf.py b/docs/conf.py index 26888f1..eb86b69 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 --------------------------------------------------- diff --git a/setup.py b/setup.py index e11427d..b1296e6 100755 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ if sys.version_info < (3, 5): setup( name='blender-asset-tracer', - version='0.99', + version='1.0', url='https://gitlab.com/dr.sybren/blender-asset-tracer', download_url='https://pypi.python.org/pypi/blender-asset-tracer', license='GPLv2+',