Skip to content

Commit

Permalink
Release 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jyrno42 committed Nov 15, 2021
1 parent f3a6737 commit 4a4227b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# django-esteid

[![pypi Status](https://badge.fury.io/py/django-esteid.png)](https://badge.fury.io/py/django-esteid)
[![Build Status](https://travis-ci.org/thorgate/django-esteid.svg?branch=master)](https://travis-ci.org/thorgate/django-esteid)
[![CI](https://github.com/thorgate/django-esteid/actions/workflows/test.yml/badge.svg)](https://github.com/thorgate/django-esteid/actions/workflows/test.yml)
[![Coverage Status](https://coveralls.io/repos/github/thorgate/django-esteid/badge.svg?branch=master)](https://coveralls.io/github/thorgate/django-esteid?branch=master)

Django-esteid is a package that provides Esteid based authentication and signing for your Django applications.
Expand Down
2 changes: 1 addition & 1 deletion esteid/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.2rc1"
__version__ = "3.2"
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-esteid"
version = "3.2rc1"
version = "3.2"
description = "Django-esteid is a package that provides Esteid based authentication for your Django applications."
readme = "README.md"
license = "BSD"
Expand Down Expand Up @@ -62,6 +62,7 @@ include = [
exclude = [
"esteid/__pycache__",
"esteid/tests",
"esteid/**/tests",
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit 4a4227b

Please sign in to comment.