Skip to content

Commit fc25eac

Browse files
committed
Mark as stable
1 parent 2776655 commit fc25eac

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Changes in FakeSMTPd 1.0.0
2+
==========================
3+
4+
No changes.
5+
16
Changes in FakeSMTPd 0.2.1
27
==========================
38

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def read(fname):
1010

1111
setup(
1212
name="FakeSMTPd",
13-
version="0.2.1",
13+
version="1.0.0",
1414
description="SMTP server for testing mail functionality",
1515
long_description=read("README.md"),
1616
author="Sebastian Rittau",
@@ -21,7 +21,7 @@ def read(fname):
2121
tests_require=["asserts >= 0.6"],
2222
license="MIT",
2323
classifiers=[
24-
"Development Status :: 3 - Alpha",
24+
"Development Status :: 5 - Production/Stable",
2525
"License :: OSI Approved :: MIT License",
2626
"Programming Language :: Python :: 3",
2727
"Programming Language :: Python :: 3.6",

0 commit comments

Comments
 (0)