Bump version to alpha4, change towncrier news dir name

alpha4
Tyler Goodlet 2021-12-17 11:35:37 -05:00
parent bbcdbaaba4
commit fd6e18eba4
14 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ with open('docs/README.rst', encoding='utf-8') as f:
setup(
name="tractor",
version='0.1.0a3', # alpha zone
version='0.1.0a4', # alpha zone
description='structured concurrrent "actors"',
long_description=readme,
license='GPLv3',

View File

@ -1,7 +1,7 @@
[tool.towncrier]
package = "tractor"
filename = "NEWS.rst"
directory = "newsfragments/"
directory = "nooz/"
title_format = "tractor {version} ({project_date})"
version = "0.1.0a2"
version = "0.1.0a4"
#template = "changelog/_template.rst"