Skip to content

Commit

Permalink
uglyfeed.log optional log file, changelog between versions added on r…
Browse files Browse the repository at this point in the history
…elease
  • Loading branch information
fabriziosalmi committed Jun 27, 2024
1 parent 0443566 commit 076ba3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion logging_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'class': 'logging.FileHandler',
'level': 'DEBUG',
'formatter': 'standard',
'filename': 'app.log',
'filename': 'uglyfeed.log',
'mode': 'a',
},
},
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='uglypy', # The package name on PyPI
version='0.0.29', # Initial version, update manually for major changes
version='0.0.30', # Initial version, update manually for major changes
author='Fabrizio Salmi',
author_email='[email protected]', # Replace with your email
description='A Python package for aggregating and processing RSS feeds with LLM-enhanced content rewriting.',
Expand Down

0 comments on commit 076ba3d

Please sign in to comment.