diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c5e107..00ffc0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [NOT RELEASED] - 2020-02-26 +## [0.6.4] - 2020-02-26 ### ADDED @@ -40,3 +40,4 @@ All notable changes to this project will be documented in this file. [0.6.0]: https://github.com/weltlink/django-quickbooks/compare/0.5...0.6 [0.6.3]: https://github.com/weltlink/django-quickbooks/compare/0.6...0.6.3 +[0.6.4]: https://github.com/weltlink/django-quickbooks/compare/0.6.3...0.6.4 diff --git a/README.md b/README.md index d55a198..b581e2c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ integration support for Python 3.6+ and Django 2.0+ -| Version: | 0.6.3 | +| Version: | 0.6.4 | |-----------|--------------------------------------------------------------------------------------------------------------------| | Download: | https://pypi.org/project/django-quickbooks/ | | Source: | https://github.com/weltlink/django-quickbooks/ | diff --git a/docs/source/conf.py b/docs/source/conf.py index dd81cd6..716f486 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = 'Bedilbek Khamidov' # The full version, including alpha/beta/rc tags -release = '0.6.3' +release = '0.6.4' # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 04a6f5b..27d7b37 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-quickbooks -version = 0.6.3 +version = 0.6.4 description = A Django app to integrate with quickbooks. url = https://github.com/weltlink/django-quickbooks author = Bedilbek Khamidov