Skip to content

Commit

Permalink
Prepare release 2023.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ankraft committed Nov 4, 2023
1 parent 777a2f9 commit 6b68434
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/-@[email protected]?label=mastodon&logo=mastodon&style=social)](https://mstdn.social/@acmeCSE)
Expand Down
2 changes: 1 addition & 1 deletion acme/etc/Constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
Expand Down

0 comments on commit 6b68434

Please sign in to comment.