Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msztolcman committed Apr 8, 2021
1 parent 2fc595b commit 99d756b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER Marcin Sztolcman <marcin@urzenia.net>
RUN useradd --create-home sendria
WORKDIR /home/sendria
USER sendria
RUN python3 -m pip install --user sendria==2.1.0
RUN python3 -m pip install --user sendria==2.2.0

EXPOSE 1025 1080

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Icon made by [Freepik](http://www.freepik.com/) from [www.flaticon.com](https://
Current stable version
----------------------

2.1.0
2.2.0

Features
--------
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.2.0
2 changes: 1 addition & 1 deletion sendria/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import structlog

__version__ = '2.1.0'
__version__ = '2.2.0'

logger = structlog.get_logger()

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def _build_assets(self):

setup(
name='sendria',
version='2.1.0',
version='2.2.0',
description='An SMTP server that makes all received mails accessible via a web interface and REST API.',
long_description=readme,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 99d756b

Please sign in to comment.