#364 Release 0.2.43
Merged 3 years ago by jkaluza. Opened 3 years ago by jkaluza.
jkaluza/odcs issuetracker  into  master

file modified
+6
@@ -2,6 +2,12 @@ 

  

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

  

+ ## 0.2.43

+   - Release date: 2020-04-07

+   - Include raw_config_urls and allowed_clients in /api/1/about response.

+   - Allow setting `sigkeys` when renewing the compose.

+   - Fix traceback when renewing old compose.

+ 

  ## 0.2.42

    - Release date: 2020-04-01

    - Fix bad merge resolution in client

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

  

  setup(name='odcs',

        description='On Demand Compose Service',

-       version='0.2.42',

+       version='0.2.43',

        classifiers=[

            "Programming Language :: Python",

            "Topic :: Software Development :: Build Tools"

no initial comment

Looks good to me. :thumbsup:

Pull-Request has been merged by jkaluza

3 years ago