#297 Version 0.2.35
Merged 4 years ago by jkaluza. Opened 4 years ago by lsedlar.
lsedlar/odcs release-0.2.35  into  master

file modified
+8
@@ -2,6 +2,14 @@ 

  

  All notable changes to this project will be documented in this file.

  

+ ## 0.2.35

+   - Release date: 2019-09-25

+   - Track time of transition from waiting to generating state and use it to

+     fail stuck composes.

+   - Update `time_to_expire` when compose is finished.

+   - Use py3 and list all the RPMs included in resulting compose in deployment tests.

+   - Group `shutil.rmtree` errors by directory to not flood the ODCS logs.

+ 

  ## 0.2.34

    - Release date: 2019-08-20

    - Add new `include_done_modules` flag to generate compose with modules in

file modified
+1 -1
@@ -53,7 +53,7 @@ 

  

  setup(name='odcs',

        description='On Demand Compose Service',

-       version='0.2.34',

+       version='0.2.35',

        classifiers=[

            "Programming Language :: Python",

            "Topic :: Software Development :: Build Tools"

no initial comment

Pull-Request has been merged by jkaluza

4 years ago