Skip to content

Commit

Permalink
🔖 Bump version to 0.2.1 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Feb 2, 2024
1 parent 13120e5 commit 0b21dcf
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog
=========

0.2.1 (2024-02-02)
==================

Patch release after upgrading some projects

* Fixed system check dependency on URLconf being loaded
* Added/modified Dutch translations

0.2.0 (2024-02-01)
==================

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Maykin 2FA
==========

:Version: 0.2.0
:Version: 0.2.1
:Source: https://github.com/maykinmedia/maykin-2fa
:Keywords: django, two factor, multi factor auth, mfa

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
author = "Maykin Media"

# The full version, including alpha/beta/rc tags
release = "0.2.0"
release = "0.2.1"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "maykin_2fa"
version = "0.2.0"
version = "0.2.1"
description = "An opinionated integration of django-two-factor-auth in the Django admin interface."
authors = [
{name = "Maykin Media", email = "[email protected]"}
Expand Down

0 comments on commit 0b21dcf

Please sign in to comment.