1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-10 06:48:19 +02:00

Bumping version from 0.1.3 to 0.1.4

This commit is contained in:
Joe 2021-02-08 23:44:59 -05:00
parent 5388ee86ed
commit 10b9ca8d1d
5 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View file

@ -17,3 +17,4 @@ manage.py
old/ old/
poetry.lock poetry.lock
websrv websrv
version_updater.json

View file

@ -1,4 +1,4 @@
VERSION := 0.1.2 VERSION := 0.1.4
clean: clean:
-rm -rf dist -rm -rf dist

View file

@ -1,3 +1,3 @@
__version__ = "0.1.3" __version__ = "0.1.4"
default_app_config = "django_mailbox2.apps.MailBoxConfig" default_app_config = "django_mailbox2.apps.MailBoxConfig"

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "django-mailbox2" name = "django-mailbox2"
version = "0.1.2" version = "0.1.4"
description = "I'm forking and making it my own." description = "I'm forking and making it my own."
authors = ["Joe <joe@sunset-crew.com>"] authors = ["Joe <joe@sunset-crew.com>"]

View file

@ -1 +1 @@
[{"name": "Makefile", "searchStr": "VERSION :=", "formatStr": "VERSION := {0}\n"}, {"name": "tests/test_django-mailbox2.py", "searchStr": " assert __version__", "formatStr": " assert __version__ == \"{0}\"\n"}, {"name": "django-mailbox2/__init__.py", "searchStr": "__version__ =", "formatStr": "__version__ = \"{0}\"\n"}] [{"name": "Makefile", "searchStr": "VERSION :=", "formatStr": "VERSION := {0}\n"}, {"name": "tests/test_django_mailbox2.py", "searchStr": " assert __version__", "formatStr": " assert __version__ == \"{0}\"\n"}, {"name": "django_mailbox2/__init__.py", "searchStr": "__version__ =", "formatStr": "__version__ = \"{0}\"\n"}]