Skip to content

Commit

Permalink
Last fiddles for 3.5b1
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jun 5, 2011
1 parent e142563 commit eb9dfaf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .hgignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ zipmods.zip

# Stuff in the doc directory.
_build
sample_html_beta
6 changes: 3 additions & 3 deletions allkits.cmd
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@REM Build all the kits for coverage.py
@REM Add "upload" onto the command line to also upload.
for %%v in (23 24 25 26 27 31 32) do (
call \ned\bin\switchpy c:\vpy\coverage\%%v
for %%v in (26 27 31 32) do (
call switchpy c:\vpy\coverage\%%v
python setup.py bdist_wininst %1
)

call \ned\bin\switchpy c:\vpy\coverage\26
call switchpy c:\vpy\coverage\26
python setup.py sdist --keep-temp --formats=gztar fixtar --owner=ned --group=coverage --clean %1
4 changes: 2 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ not.
.. ifconfig:: prerelease

The latest version is coverage.py 3.5b1, released 5 June 2011.
This is a pre-release build. The usual warnings about possible bugs apply.
*This is a pre-release build. The usual warnings about possible bugs apply.*
It is supported on Python versions 2.3 through 3.2.
The latest stable version is coverage.py 3.4, `described here`_.

.. _described here: http://nedbatchelder.com/code.coverage
.. _described here: http://nedbatchelder.com/code/coverage


Quick start
Expand Down
2 changes: 1 addition & 1 deletion howto.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
$ make publishbeta
- ELSE:
- Build and publish docs:
$ make px publish
$ make publish
- Kits:
- source .tgz and windows .exe for each Python
- $ allkits.cmd
Expand Down

0 comments on commit eb9dfaf

Please sign in to comment.