Skip to content

Commit

Permalink
Merge pull request #16 from ondewo/fix-pypi-build
Browse files Browse the repository at this point in the history
trying to release again
  • Loading branch information
ahasanovicc authored Jul 27, 2022
2 parents 169ec60 + 0e96f65 commit 745180d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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.2
ONDEWO_LOGGING_VERSION=3.2.3


PYPI_USERNAME?=ENTER_HERE_YOUR_PYPI_USERNAME
Expand Down
6 changes: 6 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
*****************
# Release History
*****************
## Release ONDEWO LOGGING PYTHON 3.2.3

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

*****************
## Release ONDEWO LOGGING PYTHON 3.2.2

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.2',
version='3.2.3',
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 745180d

Please sign in to comment.