From 7bd8bcaef26b85b38e7f27677abd2a9e78457b46 Mon Sep 17 00:00:00 2001 From: Haibo Lin Date: Feb 28 2023 11:32:02 +0000 Subject: Version 0.5.0 JIRA: RHELCMP-11211 Signed-off-by: Haibo Lin --- diff --git a/CHANGELOG.md b/CHANGELOG.md index c56cfd3..2bec527 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## 0.5.0 + - Release date: 2023-02-28 + - backend: Handle raw config file in subdirectory implicitly + - backend: pulp: Always include explicitly mentioned repos + - client: switch to HTTPSPNEGOAuth and drop mutual_authentication + - docs: Improve documentation for pulp composes + - server: Load raw_config_urls config without reboot + - server: Refine server config initializing + - Add missing comma in setup.py + - Update formatting to satisfy latest black + - Update license info + ## 0.4.0 - Release date: 2022-12-06 - backend: Drop python 2 support diff --git a/docs/conf.py b/docs/conf.py index 3217102..00c6bd0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,9 +62,9 @@ author = 'Red Hat, Inc. and others' # built documents. # # The short X.Y version. -version = "0.4" +version = "0.5" # The full version, including alpha/beta/rc tags. -release = "0.4.0" +release = "0.5.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 93d1870..6929306 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ setup( description="On Demand Compose Service", long_description=long_description, long_description_content_type="text/markdown", - version="0.4.0", + version="0.5.0", classifiers=[ "Programming Language :: Python :: 3", "Topic :: Software Development :: Build Tools",