Skip to content

Commit

Permalink
Bumped version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemarshall committed Apr 6, 2022
1 parent f15d58e commit 4641d75
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ Cryptography_ as the backend provider.
Do not forget to read the documentation_.

.. START HIDDEN
.. image:: https://img.shields.io/github/workflow/status/georgemarshall/django-cryptography/CI/master
.. image:: https://img.shields.io/github/workflow/status/georgemarshall/django-cryptography/CI/stable%2F1.1.x
:target: https://github.com/georgemarshall/django-cryptography/actions/workflows/main.yml
:alt: GitHub Workflow Status (branch)
.. image:: https://img.shields.io/codecov/c/github/georgemarshall/django-cryptography/master
:target: https://codecov.io/gh/georgemarshall/django-cryptography/branch/master
.. image:: https://img.shields.io/codecov/c/github/georgemarshall/django-cryptography/stable/1.1.x
:target: https://codecov.io/gh/georgemarshall/django-cryptography/branch/stable%2F1.1.x
:alt: Codecov branch
.. END HIDDEN
Expand Down
2 changes: 1 addition & 1 deletion django_cryptography/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from django.utils.version import get_version

VERSION = (1, 1, 0, 'alpha', 0)
VERSION = (1, 1, 0, 'final', 0)

__version__ = get_version(VERSION)
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ long_description_content_type = text/x-rst
license = BSD-3-Clause
license_files = LICENSE
classifiers =
Development Status :: 2 - Pre-Alpha
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 2.2
Expand Down

0 comments on commit 4641d75

Please sign in to comment.