Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle missing content-transfer-encoding better. #202

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump version: 4.7.1 → 4.7.2
  • Loading branch information
ses4j committed Feb 26, 2019
commit 43557c5734a31c09f772f51d16809474bc7de46f
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.7.1
current_version = 4.7.2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure that this should be found in this pull request?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably not. Just take the first commit. I did it for myself because I needed to reference the new version, and others who use my repo until it's merged in will need the version bump too...

commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion django_mailbox/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '4.7.1'
__version__ = '4.7.2'

default_app_config = 'django_mailbox.apps.MailBoxConfig'