X Tutup
Skip to content

Commit 11f80d1

Browse files
committed
Tagged M1 release of Spring Python 1.1.0.
git-svn-id: https://src.springframework.org/svn/se-springpython-py/trunk/springpython@512 ce8fead1-4192-4296-8608-a705134b927f
1 parent f25a001 commit 11f80d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
classifiers=["License :: OSI Approved :: GNU General Public License (GPL)",
4343
"License :: OSI Approved :: Apache Software License",
4444
"Intended Audience :: Developers",
45-
"Development Status :: 5 - Production/Stable",
45+
"Development Status :: 4 - Beta",
4646
"Topic :: Software Development :: Libraries :: Python Modules",
4747
"Programming Language :: Python",
4848
"Operating System :: OS Independent"

src/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
download_url="${download_url}",
5252
classifiers=["License :: OSI Approved :: Apache Software License",
5353
"Intended Audience :: Developers",
54-
"Development Status :: 5 - Production/Stable",
54+
"Development Status :: 4 - Beta",
5555
"Topic :: Software Development :: Libraries :: Python Modules",
5656
"Programming Language :: Python",
5757
"Operating System :: OS Independent"

0 commit comments

Comments
 (0)
X Tutup