Skip to content

Commit

Permalink
Release Webware for Python 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Mar 19, 2022
1 parent e3e8b96 commit a7d2184
Show file tree
Hide file tree
Showing 41 changed files with 50 additions and 410 deletions.
40 changes: 0 additions & 40 deletions CGIWrapper/Docs/RelNotes-X.Y.phtml

This file was deleted.

2 changes: 1 addition & 1 deletion CGIWrapper/Properties.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = 'CGIWrapper'

version = ('X', 'Y', 0)
version = (1, 2, 4)

docs = [
{'name': "User's Guide", 'file': 'UsersGuide.html'},
Expand Down
40 changes: 0 additions & 40 deletions COMKit/Docs/RelNotes-X.Y.phtml

This file was deleted.

2 changes: 1 addition & 1 deletion COMKit/Properties.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = 'COMKit'

version = ('X', 'Y', 0)
version = (1, 2, 4)

docs = [
{'name': "User's Guide", 'file': 'UsersGuide.html'},
Expand Down
File renamed without changes.
10 changes: 5 additions & 5 deletions Docs/ReleaseProcedures.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Test the current version before releasing it:
and switch to this branch. The branch name should be the
same as the version number.
The command for creating the branch would be like:
> git checkout -b release-1.2.3
> git checkout -b release-1.2.4

[ ] Update all version numbers using bin/setversion.py:
* Edit bin/setversion.py and set the following parameters:
Expand All @@ -146,8 +146,8 @@ Test the current version before releasing it:
[ ] Commit these changes on the workspace to the branch in the repository
and create an annotated tag for the release.
The commands for committing and creating the tag would be like:
> git commit -m "Release Webware for Python 1.2.3"
> git tag -a 1.2.3 -m "Webware for Python version 1.2.3"
> git commit -m "Release Webware for Python 1.2.4"
> git tag -a 1.2.4 -m "Webware for Python version 1.2.4"
</pre>


Expand All @@ -160,9 +160,9 @@ lost and you may get problems with wrong EOL characters.
[ ] Use ReleaseHelper to create the release. This extracts all necessary
files from the repository to create a directory without the Git
repository itself, and then builds a tarball from that directory.
For instance, for creating the 1.2.3 tarball:
For instance, for creating the 1.2.4 tarball:

> bin/ReleaseHelper.py tag=1.2.3
> bin/ReleaseHelper.py tag=1.2.4

If you specify the tag name, the tarball is built using the revision
information found in the release. Otherwise the tarball is built
Expand Down
40 changes: 0 additions & 40 deletions KidKit/Docs/RelNotes-X.Y.phtml

This file was deleted.

2 changes: 1 addition & 1 deletion KidKit/Properties.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = 'KidKit'

version = ('X', 'Y', 0)
version = (1, 2, 4)

docs = [{'name': "User's Guide", 'file': 'UsersGuide.html'}]

Expand Down
40 changes: 0 additions & 40 deletions MiddleKit/Docs/RelNotes-X.Y.phtml

This file was deleted.

2 changes: 1 addition & 1 deletion MiddleKit/Properties.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = 'MiddleKit'

version = ('X', 'Y', 0)
version = (1, 2, 4)

docs = [
{'name': 'Introduction', 'file': 'Intro.html'},
Expand Down
40 changes: 0 additions & 40 deletions MiscUtils/Docs/RelNotes-X.Y.phtml

This file was deleted.

2 changes: 1 addition & 1 deletion MiscUtils/Properties.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = 'MiscUtils'

version = ('X', 'Y', 0)
version = (1, 2, 4)

docs = [
{'name': "User's Guide", 'file': 'UsersGuide.html'},
Expand Down
2 changes: 1 addition & 1 deletion PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: Webware for Python
Version: 1.2.3
Version: 1.2.4
Summary: Webware for Python is a time-tested modular, object-oriented web framework.
Home-page: https://webwareforpython.github.io/w4py/
Author: Chuck Esterbrook et al.
Expand Down
40 changes: 0 additions & 40 deletions PSP/Docs/RelNotes-X.Y.phtml

This file was deleted.

2 changes: 1 addition & 1 deletion PSP/Properties.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = 'Python Server Pages'

version = ('X', 'Y', 0)
version = (1, 2, 4)

docs = [{'name': "User's Guide", 'file': 'UsersGuide.html'}]

Expand Down
4 changes: 2 additions & 2 deletions Properties.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name = 'Webware for Python'

version = ('X', 'Y', 0)
version = (1, 2, 4)

status = 'stable'

releaseDate = '@@/@@/@@'
releaseDate = '03/19/22'

requiredPyVersion = (2, 6, 0)

Expand Down
40 changes: 0 additions & 40 deletions TaskKit/Docs/RelNotes-X.Y.phtml

This file was deleted.

2 changes: 1 addition & 1 deletion TaskKit/Properties.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = 'TaskKit'

version = ('X', 'Y', 0)
version = (1, 2, 4)

docs = [
{'name': "Quick Start", 'file': 'QuickStart.html'},
Expand Down
Loading

0 comments on commit a7d2184

Please sign in to comment.