Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
Bump version: 2.1.2 → 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
slavov-v committed Dec 19, 2020
1 parent 686a459 commit 707fea9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_enum_choices/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.2"
__version__ = "2.1.3"
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[bumpversion]
current_version = 2.1.2
current_version = 2.1.3
commit = True

[bumpversion:file:django_enum_choices/__version__.py]

[flake8]
max-line-length = 120
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules,*/settings/*,.venv,*/e2e/*

0 comments on commit 707fea9

Please sign in to comment.