Skip to content

Commit

Permalink
Pumped version number to 3.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
teddius committed Sep 19, 2022
1 parent ab1bbe9 commit 4191453
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export

# MUST BE THE SAME AS API in Mayor and Minor Version Number
# example: API 2.9.0 --> Client 2.9.X
ONDEWO_LOGGING_VERSION=3.2.5
ONDEWO_LOGGING_VERSION=3.2.6


PYPI_USERNAME?=ENTER_HERE_YOUR_PYPI_USERNAME
Expand Down
39 changes: 33 additions & 6 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,56 +1,77 @@
*****************
# Release History
*****************

## Release ONDEWO LOGGING PYTHON 3.2.6

### Bug Fixes

* Bug fix function name

*****************

## Release ONDEWO LOGGING PYTHON 3.2.5

### Bug Fixes
logging.yaml was not included in the build, because MANIFEST.in was not
included in the Dockerfile.utils

* logging.yaml was not included in the build, because MANIFEST.in was not
included in the Dockerfile.utils

*****************

## Release ONDEWO LOGGING PYTHON 3.2.4

### Bug Fixes
logging.yaml was not included in the build

* logging.yaml was not included in the build

*****************

## Release ONDEWO LOGGING PYTHON 3.2.3

### Bug Fixes
logging.yaml was not included in the build

* logging.yaml was not included in the build

*****************

## Release ONDEWO LOGGING PYTHON 3.2.2

### Bug Fixes

* Added setuptools>=59.5.0 to requirements

*****************

## Release ONDEWO LOGGING PYTHON 3.2.1

### Bug Fixes

* Makefile and release automation

*****************

## Release ONDEWO LOGGING PYTHON 3.2.0

### Improvements

* Release Automation

*****************

## Release ONDEWO LOGGING PYTHON 3.1.0

### Breaking Changes

* Make logging read yaml from another location (/home/ondewo/logging.yaml)

### Improvements

* Update fluent-logger to 0.10.0
* Change console logger to use debug handler by default

### Bug Fixes

* Reformat some files
* Update readme

Expand All @@ -59,17 +80,20 @@ logging.yaml was not included in the build
## Release ONDEWO LOGGING PYTHON 3.0.0

### Breaking Changes

* Remove fluentd

*****************

## Release ONDEWO LOGGING PYTHON 2.0.3

### New Features

* [OND233-212] enable decorators to be used in concurrent function execution
* [OND233-212] add thread context logger, which attaches thread-specific context information to all the logs

### Bug Fixes

* [OND233-212] fix duration in Timer decorator

*****************
Expand All @@ -81,6 +105,7 @@ logging.yaml was not included in the build
* fix error logging bug related to exc.args iterable

*****************

## Release ONDEWO LOGGING PYTHON 2.0.1

### Bug Fixes
Expand All @@ -103,16 +128,16 @@ logging.yaml was not included in the build

* pip install "ondewo-logging==2.0.0"


*****************

## Release ONDEWO LOGGING PYTHON 1.6.1

### Bug Fixes

* fixed bug in exception_handling decorator


*****************

## Release ONDEWO LOGGING PYTHON 1.6.0

### New Features
Expand Down Expand Up @@ -140,6 +165,7 @@ Easier to import logging config.


*****************

## Release ONDEWO LOGGING PYTHON 1.5.0

### New Features
Expand All @@ -159,6 +185,7 @@ Moving to Github! So old installs wont work anymore.
[Replace submodule](https://stackoverflow.com/a/1260982/7756727) in the client.

*****************

# RELEASE TEMPLATE

### New Features
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name='ondewo-logging',
version='3.2.5',
version='3.2.6',
author='Ondewo GmbH',
author_email='[email protected]',
description='This library provides custom logging for python including error handling and timing.',
Expand Down

0 comments on commit 4191453

Please sign in to comment.