Skip to content

Commit

Permalink
Version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Jan 16, 2023
1 parent baafc81 commit 5f9c9a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ More information can be found on GitHub in the `releases section
Version History
===============

0.6.0
* Various user experience and appearance improvements

0.5.0
* A comprehensive reporting framework with the following reports available:

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="django-expenses",
version="0.5.0",
version="0.6.0",
description="A comprehensive system for managing expenses",
keywords="django,expenses",
author="Chris Warrick",
Expand All @@ -25,6 +25,6 @@
"Topic :: Office/Business :: Financial",
],
packages=find_packages(),
install_requires=["Django>=2.1", "Babel", "pygal", "django-oauth-toolkit", "iso8601", "attrs"],
install_requires=["Django>=3.0", "Babel", "pygal", "iso8601", "attrs"],
include_package_data=True,
)

0 comments on commit 5f9c9a6

Please sign in to comment.