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..9166b29 100644 --- a/CGIWrapper/Properties.py +++ b/CGIWrapper/Properties.py @@ -1,6 +1,6 @@ name = 'CGIWrapper' -version = ('X', 'Y', 0) +version = (1, 2, 1) 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..06bcfea 100644 --- a/COMKit/Properties.py +++ b/COMKit/Properties.py @@ -1,6 +1,6 @@ name = 'COMKit' -version = ('X', 'Y', 0) +version = (1, 2, 1) docs = [ {'name': "User's Guide", 'file': 'UsersGuide.html'}, diff --git a/Docs/RelNotes-X.Y.phtml b/Docs/RelNotes-1.2.1.phtml similarity index 100% rename from Docs/RelNotes-X.Y.phtml rename to Docs/RelNotes-1.2.1.phtml diff --git a/Docs/ReleaseProcedures.phtml b/Docs/ReleaseProcedures.phtml index 8659ef9..bd7f2d9 100644 --- a/Docs/ReleaseProcedures.phtml +++ b/Docs/ReleaseProcedures.phtml @@ -154,9 +154,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.1.2 tarball: + For instance, for creating the 1.2.1 tarball: - > bin/ReleaseHelper.py tag=1.1.2 + > bin/ReleaseHelper.py tag=1.2.1 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..22ac6ed 100644 --- a/KidKit/Properties.py +++ b/KidKit/Properties.py @@ -1,6 +1,6 @@ name = 'KidKit' -version = ('X', 'Y', 0) +version = (1, 2, 1) 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..6b52a4a 100644 --- a/MiddleKit/Properties.py +++ b/MiddleKit/Properties.py @@ -1,6 +1,6 @@ name = 'MiddleKit' -version = ('X', 'Y', 0) +version = (1, 2, 1) 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..29ae927 100644 --- a/MiscUtils/Properties.py +++ b/MiscUtils/Properties.py @@ -1,6 +1,6 @@ name = 'MiscUtils' -version = ('X', 'Y', 0) +version = (1, 2, 1) docs = [ {'name': "User's Guide", 'file': 'UsersGuide.html'}, 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..9edf826 100644 --- a/PSP/Properties.py +++ b/PSP/Properties.py @@ -1,6 +1,6 @@ name = 'Python Server Pages' -version = ('X', 'Y', 0) +version = (1, 2, 1) docs = [{'name': "User's Guide", 'file': 'UsersGuide.html'}] diff --git a/Properties.py b/Properties.py index c0a2961..a673526 100644 --- a/Properties.py +++ b/Properties.py @@ -1,10 +1,10 @@ name = 'Webware for Python' -version = ('X', 'Y', 0) +version = (1, 2, 1) status = 'stable' -releaseDate = '@@/@@/@@' +releaseDate = '11/21/16' 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..0d068d1 100644 --- a/TaskKit/Properties.py +++ b/TaskKit/Properties.py @@ -1,6 +1,6 @@ name = 'TaskKit' -version = ('X', 'Y', 0) +version = (1, 2, 1) 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..857f7cc 100644 --- a/UserKit/Properties.py +++ b/UserKit/Properties.py @@ -1,6 +1,6 @@ name = 'UserKit' -version = ('X', 'Y', 0) +version = (1, 2, 1) docs = [ {'name': "User's Guide", 'file': 'UsersGuide.html'}, diff --git a/WebKit/Docs/ApplicationDevelopment.html b/WebKit/Docs/ApplicationDevelopment.html index ac975da..03c8b85 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.1

Released
-

@@/@@/@@

+

11/21/16

diff --git a/WebKit/Docs/ApplicationDevelopment.txt b/WebKit/Docs/ApplicationDevelopment.txt index 7f360fa..564d43c 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.1 +:Released: 11/21/16 .. contents:: Contents diff --git a/WebKit/Docs/Future.html b/WebKit/Docs/Future.html index d82b27e..adc9f89 100644 --- a/WebKit/Docs/Future.html +++ b/WebKit/Docs/Future.html @@ -13,10 +13,10 @@

Future Work

Webware for Python

Version
-

X.Y

+

1.2.1

Released
-

@@/@@/@@

+

11/21/16

diff --git a/WebKit/Docs/Future.txt b/WebKit/Docs/Future.txt index e90e9a4..4159cde 100644 --- a/WebKit/Docs/Future.txt +++ b/WebKit/Docs/Future.txt @@ -3,8 +3,8 @@ Future Work Webware for Python -:Version: X.Y -:Released: @@/@@/@@ +:Version: 1.2.1 +:Released: 11/21/16 Warning diff --git a/WebKit/Docs/InstallGuide.html b/WebKit/Docs/InstallGuide.html index 9bd02d1..24ff638 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.1

Released
-

@@/@@/@@

+

11/21/16

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

diff --git a/WebKit/Docs/InstallGuide.txt b/WebKit/Docs/InstallGuide.txt index acb85c1..2dcaf8f 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.1 +:Released: 11/21/16 You can check for the latest version at https://cito.github.io/w4py/. diff --git a/WebKit/Docs/RelNotes-X.Y.phtml b/WebKit/Docs/RelNotes-1.2.1.phtml similarity index 59% rename from WebKit/Docs/RelNotes-X.Y.phtml rename to WebKit/Docs/RelNotes-1.2.1.phtml index 4ac370b..8076eae 100644 --- a/WebKit/Docs/RelNotes-X.Y.phtml +++ b/WebKit/Docs/RelNotes-1.2.1.phtml @@ -2,16 +2,6 @@

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

-

Introduction

- - -

Major Changes

- -

New Features

-

Improvements and Refinements

- - -

Security

- - -

Minor API Changes

- -

Bugfixes