Release v2.29.1

This commit is contained in:
Mike McLean
2019-10-03 16:36:08 -04:00
parent 540e2ceac3
commit e9946fcd00
2 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
Change Log
==========
v2.29.1
-------
* Fix a fork in the database migration scripts
v2.29.0
-------
* Add buildonly support (#1307)

View File

@@ -24,7 +24,7 @@ tests_require, _ = read_requirements(path.join(setup_py_path, "test-requirements
setup(
name="module-build-service",
description="The Module Build Service for Modularity",
version="2.29.0",
version="2.29.1",
classifiers=["Programming Language :: Python", "Topic :: Software Development :: Build Tools"],
keywords="module build service fedora modularity koji mock rpm",
author="The Factory 2.0 Team",