Skip to content

Commit

Permalink
Preparing for release 2024.04.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ankraft committed Apr 20, 2024
1 parent a69d645 commit 4e6b487
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@ 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).


## [2024.01] - 2024-04-17
## [2024.04.1] - 2024-04-20

### Fixed
- [MQTT] Fixed paho MQTT implementation for V2 #153 . Thanks to @Luke1734 for the contribution.



## [2024.04] - 2024-04-17

### Added
- [DATABASE] Added postgreSQL support for the CSE's database. This is an alternative to the default TinyDB database.
Expand All @@ -24,6 +31,7 @@ and this project adheres to [Calendar Versioning](https://calver.org).
- [MQTT] Fixed breaking change of MQTT Paho 2.0 in MQTT client instantiation (see issue #149). Thanks to @name-taken23 for the contribution.



## [2024.03] - 2024-03-14

### 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 2024.04
Version 2024.04.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 = '2024.04'
version = '2024.04.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='2024.04',
version='2024.04.1',
url='https://github.com/ankraft/ACME-oneM2M-CSE',
author='Andreas Kraft',
author_email='[email protected]',
Expand Down

0 comments on commit 4e6b487

Please sign in to comment.