Skip to content

Commit 076ba3d

Browse files
committed
uglyfeed.log optional log file, changelog between versions added on release
1 parent 0443566 commit 076ba3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

logging_setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
'class': 'logging.FileHandler',
3131
'level': 'DEBUG',
3232
'formatter': 'standard',
33-
'filename': 'app.log',
33+
'filename': 'uglyfeed.log',
3434
'mode': 'a',
3535
},
3636
},

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

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

0 commit comments

Comments
 (0)