Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit ddb63ba

Browse files
committed
Bump version 👉 0.11
1 parent 8bfc4b7 commit ddb63ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ django-pg-partitioning
22
======================
33
.. image:: https://img.shields.io/badge/License-MIT-orange.svg?style=flat-square
44
:target: https://raw.githubusercontent.com/chaitin/django-pg-partitioning/master/LICENSE
5-
.. image:: https://img.shields.io/badge/Django-2.0_2.1-green.svg?style=flat-square&logo=django
5+
.. image:: https://img.shields.io/badge/Django-2.x-green.svg?style=flat-square&logo=django
66
:target: https://www.djangoproject.com/
77
.. image:: https://img.shields.io/badge/PostgreSQL-11-lightgrey.svg?style=flat-square&logo=postgresql
88
:target: https://www.postgresql.org/

pg_partitioning/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
raise ImportError(DJANGO_VERSION_ERROR)
1414

1515

16-
__version__ = "0.10.dev2"
16+
__version__ = "0.11"
1717

1818
default_app_config = "pg_partitioning.apps.AppConfig"

0 commit comments

Comments
 (0)