summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rwxr-xr-xsetup.py2
2 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 64e1bf790..6158e3ce8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
=================
+buildstream 1.6.1
+=================
+
+ o Fix failure handling with CAS (#1403)
+
+=================
buildstream 1.6.0
=================
diff --git a/setup.py b/setup.py
index a214fa56b..5f934d0eb 100755
--- a/setup.py
+++ b/setup.py
@@ -261,6 +261,8 @@ setup(name='BuildStream',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
'Topic :: Software Development :: Build Tools'
],
description='A framework for modelling build pipelines in YAML',