mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Bumping version from 0.1.3 to 0.1.4
This commit is contained in:
parent
5388ee86ed
commit
10b9ca8d1d
5 changed files with 5 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -17,3 +17,4 @@ manage.py
|
|||
old/
|
||||
poetry.lock
|
||||
websrv
|
||||
version_updater.json
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -1,4 +1,4 @@
|
|||
VERSION := 0.1.2
|
||||
VERSION := 0.1.4
|
||||
|
||||
clean:
|
||||
-rm -rf dist
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
__version__ = "0.1.3"
|
||||
__version__ = "0.1.4"
|
||||
|
||||
default_app_config = "django_mailbox2.apps.MailBoxConfig"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "django-mailbox2"
|
||||
version = "0.1.2"
|
||||
version = "0.1.4"
|
||||
description = "I'm forking and making it my own."
|
||||
authors = ["Joe <joe@sunset-crew.com>"]
|
||||
|
||||
|
|
|
|||
|
|
@ -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"}]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue