We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2776655 commit fc25eacCopy full SHA for fc25eac
2 files changed
NEWS.md
@@ -1,3 +1,8 @@
1
+Changes in FakeSMTPd 1.0.0
2
+==========================
3
+
4
+No changes.
5
6
Changes in FakeSMTPd 0.2.1
7
==========================
8
setup.py
@@ -10,7 +10,7 @@ def read(fname):
10
11
setup(
12
name="FakeSMTPd",
13
- version="0.2.1",
+ version="1.0.0",
14
description="SMTP server for testing mail functionality",
15
long_description=read("README.md"),
16
author="Sebastian Rittau",
@@ -21,7 +21,7 @@ def read(fname):
21
tests_require=["asserts >= 0.6"],
22
license="MIT",
23
classifiers=[
24
- "Development Status :: 3 - Alpha",
+ "Development Status :: 5 - Production/Stable",
25
"License :: OSI Approved :: MIT License",
26
"Programming Language :: Python :: 3",
27
"Programming Language :: Python :: 3.6",
0 commit comments