Skip to content

Commit

Permalink
Prepare 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ankraft committed Dec 16, 2022
1 parent 2b5d0c1 commit 7c1ac53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [unreleased] - xxxx-xx-xx
## [0.11.1] - 2022-12-16

### Added
- [TEST] Added verbose request, response and notification outputs.
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 0.12.0-dev
Version 0.11.1

[![oneM2M](https://img.shields.io/badge/oneM2M-f00)](https://www.onem2m.org) [![Python](https://img.shields.io/badge/Python-3.8-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)
[![Twitter](https://img.shields.io/twitter/url/https/twitter.com/acmeCSE.svg?style=social&label=%40acmeCSE)](https://twitter.com/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 @@ -10,7 +10,7 @@
class Constants(object):
""" Various CSE and oneM2M constants """

version = '0.12.0-dev'
version = '0.11.1'
""" ACME's release version """

textLogo = '[dim][[/dim][red][i]ACME[/i][/red][dim]][/dim]'
Expand Down

0 comments on commit 7c1ac53

Please sign in to comment.