Skip to content

Commit 0c3e43f

Browse files
committed
Bumped version to 0.9.3
1 parent f3b8c65 commit 0c3e43f

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

CHANGELOG.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ Change history
55
0.9.3
66
=====
77

8-
*Unreleased*
8+
*January, 20, 2020*
9+
10+
* Changed root-level logging to package level.
911

1012

1113
0.9.2

README.rst

+2-6
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
Django DBCache Fields
33
=====================
44

5-
:Version: 0.9.2
5+
:Version: 0.9.3
66
:Docs: https://django-dbcache-fields.readthedocs.io/
77
:Download: https://pypi.python.org/pypi/django_dbcache_fields
88
:Source: https://github.com/maykinmedia/django-dbcache-fields
99
:Keywords: django, database, cache, methods, decorator
1010

11-
|build-status| |coverage| |lintly| |license| |pyversion| |djversion|
11+
|build-status| |coverage| |license| |pyversion| |djversion|
1212

1313
About
1414
=====
@@ -100,10 +100,6 @@ need to perform the same query over and over again.
100100
.. |coverage| image:: https://codecov.io/github/maykinmedia/django-dbcache-fields/coverage.svg?branch=master
101101
:target: https://codecov.io/github/maykinmedia/django-dbcache-fields?branch=master
102102

103-
.. |lintly| image:: https://lintly.com/gh/maykinmedia/django-dbcache-fields/badge.svg
104-
:target: https://lintly.com/gh/maykinmedia/django-dbcache-fields/
105-
:alt: Lintly
106-
107103
.. |license| image:: https://img.shields.io/pypi/l/django-dbcache-fields.svg
108104
:alt: BSD License
109105
:target: https://opensource.org/licenses/BSD-3-Clause

django_dbcache_fields/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
from .utils import Register
1313

14-
__version__ = '0.9.2'
14+
__version__ = '0.9.3'
1515
__author__ = 'Joeri Bekker'
1616
__contact__ = '[email protected]'
1717
__homepage__ = 'https://github.com/maykinmedia/django-dbcache-fields'

docs/reference/index.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
API Reference
55
===============
66

7-
:Release: |version|
8-
:Date: |today|
7+
:Release: |release|
98

109
.. toctree::
1110
:maxdepth: 1

0 commit comments

Comments
 (0)