From 6b684344861db63d163c271b2f622019e46dbd59 Mon Sep 17 00:00:00 2001 From: ankraft Date: Sat, 4 Nov 2023 14:33:10 +0100 Subject: [PATCH] Prepare release 2023.10.1 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- acme/etc/Constants.py | 2 +- setup.py | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3019631d..8a6171a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Calendar Versioning](https://calver.org). +## [2023.10.1] - 2023-11-04 + +### Changed +- [CSE] Added <FCNT> as child resource type for <NOD>. Thanks to @BobFIVE for the contribution. + +### Security +- [MISC] Bumped referenced library werkzeug to version 3.0.1 + + ## [2023.10] - 2023-10-23 ### Added diff --git a/README.md b/README.md index 26a12752..fb9cc9e2 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # ACME oneM2M CSE An open source CSE Middleware for Education. -Version 2023.10 +Version 2023.10.1 [![oneM2M](https://img.shields.io/badge/oneM2M-f00)](https://www.onem2m.org) [![Python](https://img.shields.io/badge/Python-3.10-blue)](https://www.python.org) [![Maintenance](https://img.shields.io/badge/Maintained-Yes-green.svg)](https://github.com/ankraft/ACME-oneM2M-CSE/graphs/commit-activity) [![License](https://img.shields.io/badge/License-BSD%203--Clause-green)](LICENSE) [![MyPy](https://img.shields.io/badge/MyPy-covered-green)](LICENSE) [![Mastodon](https://img.shields.io/badge/-@acmeCSE@mstdn.social-FFF?label=mastodon&logo=mastodon&style=social)](https://mstdn.social/@acmeCSE) diff --git a/acme/etc/Constants.py b/acme/etc/Constants.py index dcddf88f..f14b5e3c 100644 --- a/acme/etc/Constants.py +++ b/acme/etc/Constants.py @@ -11,7 +11,7 @@ class Constants(object): """ Various CSE and oneM2M constants """ - version = '2023.10' + version = '2023.10.1' """ ACME's release version """ logoColor = '#b42025' diff --git a/setup.py b/setup.py index aa6aad76..f6ceeedb 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='ACME-oneM2M-CSE', - version='2023.10', + version='2023.10.1', url='https://github.com/ankraft/ACME-oneM2M-CSE', author='Andreas Kraft', author_email='an.kraft@gmail.com',