Skip to content

Commit 4488b1f

Browse files
author
Greg Turnquist
committed
Merge commit '1.1.0.FINAL.corrected' into 1.1.x
2 parents b46b069 + c65488f commit 4488b1f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

samples/build.py

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

springpython.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ project.key=EXTPY
88
release.type=snapshot
99

1010
# This property is only un-commented and set for official tagged releases.
11-
#release.type=release
12-
#build.stamp=RC2
11+
release.type=release
12+
build.stamp=FINAL
1313

1414
# This property is uncommented for milestone releases.
1515
#release.type=milestone

src/build.py

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

0 commit comments

Comments
 (0)