Skip to content

Commit

Permalink
Merge pull request #75 from eea/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
olimpiurob authored Jul 17, 2024
2 parents df7cd48 + 97c4058 commit 23c3d8b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Products/Reportek/RepUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ def cleanup_zip_cache(days=7):
logger.warning(
"Unable to remove file: {} ({})".format(f, str(e))
)
return removed
print "Cleanup done! Removed {} files".format(len(removed))


class RemoteApplicationException(Exception):
Expand Down
2 changes: 1 addition & 1 deletion Products/Reportek/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0
6.1
5 changes: 5 additions & 0 deletions docs/HISTORY.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

6.1 - (2024-07-17)
---------------------------
* Change: Develop
[olimpiurob]

6.0 - (2024-07-10)
---------------------------
* Change: Develop [olimpiurob]
Expand Down

0 comments on commit 23c3d8b

Please sign in to comment.