Skip to content

Commit

Permalink
Prepare for 0.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ankraft committed Mar 9, 2021
1 parent a6222af commit 3ba041b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ All notable changes to this project will be documented in this file.
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

### Added

### Changed
## [0.7.1] - 2021-03-09

### Fixed

- [CSE] Fixed crash when receiving no content in CREATE or UPDATE request.
- [CSE] Improved debug response when encountering a wrong type during validation.
- [CSE] Improved statistics output when running inside a Jupyter Notebook.

## [0.7.0] - 2021-03-06

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.8.0-DEV
Version 0.7.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/Constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class Constants(object):

# ACME Version
version = '0.8.0-dev'
version = '0.7.1'

# Supported release vesions
supportedReleaseVersions = ['1', '2', '2a', '3', '4']
Expand Down

0 comments on commit 3ba041b

Please sign in to comment.