diff --git a/CHANGELOG.md b/CHANGELOG.md index a6368ff..912f4d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [0.6.1] - 2020-02-14 +## [0.6.2] - 2020-02-14 ### ADDED @@ -32,4 +32,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.1]: https://github.com/weltlink/django-quickbooks/compare/0.6...0.6.1 +[0.6.2]: https://github.com/weltlink/django-quickbooks/compare/0.6...0.6.2 diff --git a/README.md b/README.md index 7a3b88e..ae99652 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is an ongoing project to integrate any Django project with Quickbooks Deskt integration support for Python 3.6+ and Django 2.0+ -| Version: | 0.6.1 | +| Version: | 0.6.2 | |-----------|--------------------------------------------------------------------------------------------------------------------| | Download: | https://pypi.org/project/django-quickbooks/ | | Source: | https://github.com/weltlink/django-quickbooks/ | diff --git a/setup.cfg b/setup.cfg index 7e62a75..b4e816c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-quickbooks -version = 0.6.1 +version = 0.6.2 description = A Django app to integrate with quickbooks. url = https://github.com/weltlink/django-quickbooks author = Bedilbek Khamidov