diff --git a/CGIWrapper/Docs/RelNotes-X.Y.phtml b/CGIWrapper/Docs/RelNotes-X.Y.phtml deleted file mode 100644 index 724b720..0000000 --- a/CGIWrapper/Docs/RelNotes-X.Y.phtml +++ /dev/null @@ -1,40 +0,0 @@ -<% header(name + ' ' + versionString + ' Release Notes') %> - -

<% name %> version <% versionString %> released on <% releaseDate %>

- -

Introduction

- - -

Major Changes

- - -

New Features

- - -

Improvements and Refinements

- - -

Security

- - -

Minor API Changes

- - -

Bugfixes

- - -<% footer() %> diff --git a/CGIWrapper/Properties.py b/CGIWrapper/Properties.py index d6081d4..3704015 100644 --- a/CGIWrapper/Properties.py +++ b/CGIWrapper/Properties.py @@ -1,6 +1,6 @@ name = 'CGIWrapper' -version = ('X', 'Y', 0) +version = (1, 2, 4) docs = [ {'name': "User's Guide", 'file': 'UsersGuide.html'}, diff --git a/COMKit/Docs/RelNotes-X.Y.phtml b/COMKit/Docs/RelNotes-X.Y.phtml deleted file mode 100644 index 724b720..0000000 --- a/COMKit/Docs/RelNotes-X.Y.phtml +++ /dev/null @@ -1,40 +0,0 @@ -<% header(name + ' ' + versionString + ' Release Notes') %> - -

<% name %> version <% versionString %> released on <% releaseDate %>

- -

Introduction

- - -

Major Changes

- - -

New Features

- - -

Improvements and Refinements

- - -

Security

- - -

Minor API Changes

- - -

Bugfixes

- - -<% footer() %> diff --git a/COMKit/Properties.py b/COMKit/Properties.py index 6443e81..d34b1da 100644 --- a/COMKit/Properties.py +++ b/COMKit/Properties.py @@ -1,6 +1,6 @@ name = 'COMKit' -version = ('X', 'Y', 0) +version = (1, 2, 4) docs = [ {'name': "User's Guide", 'file': 'UsersGuide.html'}, diff --git a/Docs/RelNotes-X.Y.phtml b/Docs/RelNotes-1.2.4.phtml similarity index 100% rename from Docs/RelNotes-X.Y.phtml rename to Docs/RelNotes-1.2.4.phtml diff --git a/Docs/ReleaseProcedures.phtml b/Docs/ReleaseProcedures.phtml index 32a3709..89a8b07 100644 --- a/Docs/ReleaseProcedures.phtml +++ b/Docs/ReleaseProcedures.phtml @@ -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: @@ -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" @@ -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 diff --git a/KidKit/Docs/RelNotes-X.Y.phtml b/KidKit/Docs/RelNotes-X.Y.phtml deleted file mode 100644 index 724b720..0000000 --- a/KidKit/Docs/RelNotes-X.Y.phtml +++ /dev/null @@ -1,40 +0,0 @@ -<% header(name + ' ' + versionString + ' Release Notes') %> - -

<% name %> version <% versionString %> released on <% releaseDate %>

- -

Introduction

- - -

Major Changes

- - -

New Features

- - -

Improvements and Refinements

- - -

Security

- - -

Minor API Changes

- - -

Bugfixes

- - -<% footer() %> diff --git a/KidKit/Properties.py b/KidKit/Properties.py index 4a5ab67..7eee52f 100644 --- a/KidKit/Properties.py +++ b/KidKit/Properties.py @@ -1,6 +1,6 @@ name = 'KidKit' -version = ('X', 'Y', 0) +version = (1, 2, 4) docs = [{'name': "User's Guide", 'file': 'UsersGuide.html'}] diff --git a/MiddleKit/Docs/RelNotes-X.Y.phtml b/MiddleKit/Docs/RelNotes-X.Y.phtml deleted file mode 100644 index 724b720..0000000 --- a/MiddleKit/Docs/RelNotes-X.Y.phtml +++ /dev/null @@ -1,40 +0,0 @@ -<% header(name + ' ' + versionString + ' Release Notes') %> - -

<% name %> version <% versionString %> released on <% releaseDate %>

- -

Introduction

- - -

Major Changes

- - -

New Features

- - -

Improvements and Refinements

- - -

Security

- - -

Minor API Changes

- - -

Bugfixes

- - -<% footer() %> diff --git a/MiddleKit/Properties.py b/MiddleKit/Properties.py index 643df35..99b188a 100644 --- a/MiddleKit/Properties.py +++ b/MiddleKit/Properties.py @@ -1,6 +1,6 @@ name = 'MiddleKit' -version = ('X', 'Y', 0) +version = (1, 2, 4) docs = [ {'name': 'Introduction', 'file': 'Intro.html'}, diff --git a/MiscUtils/Docs/RelNotes-X.Y.phtml b/MiscUtils/Docs/RelNotes-X.Y.phtml deleted file mode 100644 index 724b720..0000000 --- a/MiscUtils/Docs/RelNotes-X.Y.phtml +++ /dev/null @@ -1,40 +0,0 @@ -<% header(name + ' ' + versionString + ' Release Notes') %> - -

<% name %> version <% versionString %> released on <% releaseDate %>

- -

Introduction

- - -

Major Changes

- - -

New Features

- - -

Improvements and Refinements

- - -

Security

- - -

Minor API Changes

- - -

Bugfixes

- - -<% footer() %> diff --git a/MiscUtils/Properties.py b/MiscUtils/Properties.py index 433ace2..3a18e75 100644 --- a/MiscUtils/Properties.py +++ b/MiscUtils/Properties.py @@ -1,6 +1,6 @@ name = 'MiscUtils' -version = ('X', 'Y', 0) +version = (1, 2, 4) docs = [ {'name': "User's Guide", 'file': 'UsersGuide.html'}, diff --git a/PKG-INFO b/PKG-INFO index 1cdb121..c24cec7 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -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. diff --git a/PSP/Docs/RelNotes-X.Y.phtml b/PSP/Docs/RelNotes-X.Y.phtml deleted file mode 100644 index 724b720..0000000 --- a/PSP/Docs/RelNotes-X.Y.phtml +++ /dev/null @@ -1,40 +0,0 @@ -<% header(name + ' ' + versionString + ' Release Notes') %> - -

<% name %> version <% versionString %> released on <% releaseDate %>

- -

Introduction

- - -

Major Changes

- - -

New Features

- - -

Improvements and Refinements

- - -

Security

- - -

Minor API Changes

- - -

Bugfixes

- - -<% footer() %> diff --git a/PSP/Properties.py b/PSP/Properties.py index b1e40e8..613c5bc 100644 --- a/PSP/Properties.py +++ b/PSP/Properties.py @@ -1,6 +1,6 @@ name = 'Python Server Pages' -version = ('X', 'Y', 0) +version = (1, 2, 4) docs = [{'name': "User's Guide", 'file': 'UsersGuide.html'}] diff --git a/Properties.py b/Properties.py index c0a2961..d103e7c 100644 --- a/Properties.py +++ b/Properties.py @@ -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) diff --git a/TaskKit/Docs/RelNotes-X.Y.phtml b/TaskKit/Docs/RelNotes-X.Y.phtml deleted file mode 100644 index 724b720..0000000 --- a/TaskKit/Docs/RelNotes-X.Y.phtml +++ /dev/null @@ -1,40 +0,0 @@ -<% header(name + ' ' + versionString + ' Release Notes') %> - -

<% name %> version <% versionString %> released on <% releaseDate %>

- -

Introduction

- - -

Major Changes

- - -

New Features

- - -

Improvements and Refinements

- - -

Security

- - -

Minor API Changes

- - -

Bugfixes

- - -<% footer() %> diff --git a/TaskKit/Properties.py b/TaskKit/Properties.py index 9275a0d..3622227 100644 --- a/TaskKit/Properties.py +++ b/TaskKit/Properties.py @@ -1,6 +1,6 @@ name = 'TaskKit' -version = ('X', 'Y', 0) +version = (1, 2, 4) docs = [ {'name': "Quick Start", 'file': 'QuickStart.html'}, diff --git a/UserKit/Docs/RelNotes-X.Y.phtml b/UserKit/Docs/RelNotes-X.Y.phtml deleted file mode 100644 index 724b720..0000000 --- a/UserKit/Docs/RelNotes-X.Y.phtml +++ /dev/null @@ -1,40 +0,0 @@ -<% header(name + ' ' + versionString + ' Release Notes') %> - -

<% name %> version <% versionString %> released on <% releaseDate %>

- -

Introduction

- - -

Major Changes

- - -

New Features

- - -

Improvements and Refinements

- - -

Security

- - -

Minor API Changes

- - -

Bugfixes

- - -<% footer() %> diff --git a/UserKit/Properties.py b/UserKit/Properties.py index db1df87..a5fe1cb 100644 --- a/UserKit/Properties.py +++ b/UserKit/Properties.py @@ -1,6 +1,6 @@ name = 'UserKit' -version = ('X', 'Y', 0) +version = (1, 2, 4) docs = [ {'name': "User's Guide", 'file': 'UsersGuide.html'}, diff --git a/WebKit/Docs/ApplicationDevelopment.html b/WebKit/Docs/ApplicationDevelopment.html index 56f7dad..5a5ee00 100644 --- a/WebKit/Docs/ApplicationDevelopment.html +++ b/WebKit/Docs/ApplicationDevelopment.html @@ -13,10 +13,10 @@

Application Development With Webware

Webware for Python

Version
-

X.Y

+

1.2.4

Released
-

@@/@@/@@

+

03/19/22

diff --git a/WebKit/Docs/ApplicationDevelopment.txt b/WebKit/Docs/ApplicationDevelopment.txt index bdc1b56..a14b121 100644 --- a/WebKit/Docs/ApplicationDevelopment.txt +++ b/WebKit/Docs/ApplicationDevelopment.txt @@ -3,8 +3,8 @@ Application Development With Webware Webware for Python -:Version: X.Y -:Released: @@/@@/@@ +:Version: 1.2.4 +:Released: 03/19/22 .. contents:: Contents diff --git a/WebKit/Docs/InstallGuide.html b/WebKit/Docs/InstallGuide.html index 4fa0020..d1665c7 100644 --- a/WebKit/Docs/InstallGuide.html +++ b/WebKit/Docs/InstallGuide.html @@ -216,10 +216,10 @@

Webware Version

Webware for Python

Version
-

X.Y

+

1.2.4

Released
-

@@/@@/@@

+

03/19/22

You can check for the latest version at https://webwareforpython.github.io/w4py/.

diff --git a/WebKit/Docs/InstallGuide.txt b/WebKit/Docs/InstallGuide.txt index f97bde8..82e35f9 100644 --- a/WebKit/Docs/InstallGuide.txt +++ b/WebKit/Docs/InstallGuide.txt @@ -169,8 +169,8 @@ check to see if you have the latest version. This is: Webware for Python -:Version: X.Y -:Released: @@/@@/@@ +:Version: 1.2.4 +:Released: 03/19/22 You can check for the latest version at https://webwareforpython.github.io/w4py/. diff --git a/WebKit/Docs/RelNotes-X.Y.phtml b/WebKit/Docs/RelNotes-X.Y.phtml deleted file mode 100644 index 724b720..0000000 --- a/WebKit/Docs/RelNotes-X.Y.phtml +++ /dev/null @@ -1,40 +0,0 @@ -<% header(name + ' ' + versionString + ' Release Notes') %> - -

<% name %> version <% versionString %> released on <% releaseDate %>

- -

Introduction

- - -

Major Changes

- - -

New Features

- - -

Improvements and Refinements

- - -

Security

- - -

Minor API Changes

- - -

Bugfixes

- - -<% footer() %> diff --git a/WebKit/Docs/Tutorial.html b/WebKit/Docs/Tutorial.html index 61f6b45..c899ed8 100644 --- a/WebKit/Docs/Tutorial.html +++ b/WebKit/Docs/Tutorial.html @@ -13,10 +13,10 @@

Beginner Tutorial

Webware for Python

Version
-

X.Y

+

1.2.4

Released
-

@@/@@/@@

+

03/19/22

diff --git a/WebKit/Docs/Tutorial.txt b/WebKit/Docs/Tutorial.txt index c928ecf..db5d348 100644 --- a/WebKit/Docs/Tutorial.txt +++ b/WebKit/Docs/Tutorial.txt @@ -3,8 +3,8 @@ Beginner Tutorial Webware for Python -:Version: X.Y -:Released: @@/@@/@@ +:Version: 1.2.4 +:Released: 03/19/22 .. contents:: Contents diff --git a/WebKit/Docs/UsersGuide.html b/WebKit/Docs/UsersGuide.html index e847eab..d28bb29 100644 --- a/WebKit/Docs/UsersGuide.html +++ b/WebKit/Docs/UsersGuide.html @@ -13,10 +13,10 @@

WebKit User's Guide

Webware for Python

Version
-

X.Y

+

1.2.4

Released
-

@@/@@/@@

+

03/19/22

diff --git a/WebKit/Docs/UsersGuide.txt b/WebKit/Docs/UsersGuide.txt index 5b7e19f..6cd5ec9 100644 --- a/WebKit/Docs/UsersGuide.txt +++ b/WebKit/Docs/UsersGuide.txt @@ -3,8 +3,8 @@ WebKit User's Guide Webware for Python -:Version: X.Y -:Released: @@/@@/@@ +:Version: 1.2.4 +:Released: 03/19/22 .. contents:: Contents diff --git a/WebKit/Properties.py b/WebKit/Properties.py index 37a6bfd..f298878 100644 --- a/WebKit/Properties.py +++ b/WebKit/Properties.py @@ -1,6 +1,6 @@ name = 'WebKit' -version = ('X', 'Y', 0) +version = (1, 2, 4) docs = [ {'name': 'Install Guide', 'file': 'InstallGuide.html'}, diff --git a/WebKit/Tests/twill/Admin.twill b/WebKit/Tests/twill/Admin.twill index e4124f8..9ec7541 100755 --- a/WebKit/Tests/twill/Admin.twill +++ b/WebKit/Tests/twill/Admin.twill @@ -4,7 +4,7 @@ # twill test script (twill.idyll.org) # Admin context -setglobal version X.Y +setglobal version 1.2.4 setglobal password WebKit go http://127.0.0.1:8080 diff --git a/WebKit/Tests/twill/Docs.twill b/WebKit/Tests/twill/Docs.twill index e27d37a..1f3e7ee 100755 --- a/WebKit/Tests/twill/Docs.twill +++ b/WebKit/Tests/twill/Docs.twill @@ -4,8 +4,8 @@ # twill test script (twill.idyll.org) # Docs context -setglobal version X.Y -setglobal date @@/@@/@@ +setglobal version 1.2.4 +setglobal date 03/19/22 go http://127.0.0.1:8080 follow Docs @@ -158,7 +158,7 @@ follow "User's Guide" find '

WebKit User\'s Guide

' find "

Webware for Python

" find "
Version
\s*

${version}

\s*
" -# if release find "
Released:
\s*

${date}

\s*
" +find "
Released:
\s*

${date}

\s*
" find '

Synopsis

' find '

Credit

' find '