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

Commit

Permalink
Bump version 👉 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
monouno committed May 6, 2019
1 parent 8bfc4b7 commit ddb63ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ django-pg-partitioning
======================
.. image:: https://img.shields.io/badge/License-MIT-orange.svg?style=flat-square
:target: https://raw.githubusercontent.com/chaitin/django-pg-partitioning/master/LICENSE
.. image:: https://img.shields.io/badge/Django-2.0_2.1-green.svg?style=flat-square&logo=django
.. image:: https://img.shields.io/badge/Django-2.x-green.svg?style=flat-square&logo=django
:target: https://www.djangoproject.com/
.. image:: https://img.shields.io/badge/PostgreSQL-11-lightgrey.svg?style=flat-square&logo=postgresql
:target: https://www.postgresql.org/
Expand Down
2 changes: 1 addition & 1 deletion pg_partitioning/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
raise ImportError(DJANGO_VERSION_ERROR)


__version__ = "0.10.dev2"
__version__ = "0.11"

default_app_config = "pg_partitioning.apps.AppConfig"

0 comments on commit ddb63ba

Please sign in to comment.