Skip to content

Commit

Permalink
Prepare 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Mar 5, 2021
1 parent 937f093 commit dc00513
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ are used for versioning (schema follows below):
0.3.2 to 0.4).
- All backwards incompatible changes are mentioned in this document.

0.6.1
-----
2021-03-05

- Minor fixes.
- More tests.

0.6
---
2021-03-02
Expand Down
13 changes: 13 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,26 @@ are used for versioning (schema follows below):
0.3.2 to 0.4).
- All backwards incompatible changes are mentioned in this document.

0.6.1
-----
2021-03-05

- Minor fixes.
- More tests.

0.6
---
2021-03-02

.. note::

Release dedicated to defenders of Armenia and Artsakh (Nagorno Karabakh)
and all the victims of Turkish and Azerbaijani aggression.

- Drop support for Django < 2.2.
- Drop support for Python < 3.6.
- Add support for Django 2.2, 3.0 and 3.1.
- Fixes in documentation.

0.5.5
-----
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py.distrib
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if not settings.configured:
'LANGUAGES': example_settings.LANGUAGES,
'MEDIA_ROOT': example_settings.MEDIA_ROOT,
'MEDIA_URL': example_settings.MEDIA_URL,
'MIDDLEWARE_CLASSES': example_settings.MIDDLEWARE_CLASSES,
'MIDDLEWARE': example_settings.MIDDLEWARE,
'ROOT_URLCONF': example_settings.ROOT_URLCONF,
'SECRET_KEY': example_settings.SECRET_KEY,
'SITE_ID': example_settings.SITE_ID,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from setuptools import find_packages, setup

version = '0.6'
version = '0.6.1'

# ***************************************************************************
# **************************** Package data *********************************
Expand Down
2 changes: 1 addition & 1 deletion src/dash/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'dash'
__version__ = '0.6'
__version__ = '0.6.1'
__author__ = 'Artur Barseghyan <artur.barseghyan@gmail.com>'
__copyright__ = '2013-2021 Artur Barseghyan'
__license__ = 'GPL-2.0-only OR LGPL-2.1-or-later'

0 comments on commit dc00513

Please sign in to comment.