Skip to content

Commit

Permalink
Bumped version to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sevketcaba committed Nov 23, 2023
1 parent 874ef4c commit b344509
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# v0.3.0
# v0.4.0
- **[BUGFIX]** Fixed publish with the lowest supported python version

# v0.3.0 [NOT PUBLISHED]
- **[FEATURE]** Added Python 3.10 support
- **[FEATURE]** Added Python 3.12 support
- **[DOC]** Added Release Notes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "uglylogger" # Required
version = "0.3.0" # Required
version = "0.4.0" # Required
description = "An ugly, slow Logger class for python" # Optional
readme = "README.md" # Optional
requires-python = ">=3.10"
Expand Down

0 comments on commit b344509

Please sign in to comment.