Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-wrote link inference to now respect specific patterns and generate links ↵ | Jason R. Coombs | 2013-07-13 | 1 | -49/+26 |
| | | | | to known issue trackers. | ||||
* | Have the documentation also grab the version from setuptools/__init__.py | Jason R. Coombs | 2013-07-13 | 1 | -1/+1 |
| | |||||
* | setup.py now loads the version from setuptools/__init__.py, limiting the ↵ | Jason R. Coombs | 2013-07-13 | 1 | -1/+1 |
| | | | | places where release.py must keep in sync. | ||||
* | Now that setup script is importable, the release script can grab the version ↵ | Jason R. Coombs | 2013-07-13 | 1 | -4/+1 |
| | | | | from setup.py | ||||
* | Factored out the setuptools-specific code from release.py and moved the ↵ | Jason R. Coombs | 2013-07-13 | 1 | -205/+9 |
| | | | | common functionality into jaraco.packaging. Use jaraco.packaging to enact releases. | ||||
* | Bumped to 0.10 in preparation for next release. | Jason R. Coombs | 2013-07-13 | 1 | -2/+2 |
| | |||||
* | Spaces for indent | Jason R. Coombs | 2013-07-08 | 1 | -188/+188 |
| | |||||
* | Added stubbed upload_ez_setup function | Jason R. Coombs | 2013-07-08 | 1 | -0/+8 |
| | |||||
* | Point to permalink for ez_setup.py in README. Fixes #25. | Jason R. Coombs | 2013-07-08 | 1 | -1/+1 |
| | |||||
* | Use requests for updating milestone and version | Jason R. Coombs | 2013-07-05 | 1 | -15/+5 |
| | |||||
* | Bumped to 0.9 in preparation for next release. | Jason R. Coombs | 2013-07-05 | 1 | -1/+1 |
| | |||||
* | Fixed AttributeError around izip_longest0.8 | Jason R. Coombs | 2013-07-05 | 1 | -1/+6 |
| | |||||
* | Fixed two more NameErrors on Python 3 in release script | Jason R. Coombs | 2013-07-05 | 1 | -2/+2 |
| | |||||
* | Re-enable automatic registration and upload of the released package | Jason R. Coombs | 2013-07-05 | 1 | -2/+2 |
| | |||||
* | Include Windows-specific files in tarball even when MANIFEST.in does not ↵ | Arfrever Frehtes Taifersar Arahesis | 2013-06-20 | 1 | -1/+3 |
| | | | | include them. | ||||
* | Bumped to 0.8 in preparation for next release. | Jason R. Coombs | 2013-06-18 | 1 | -1/+1 |
| | |||||
* | Update release script to run under Python 3 | Jason R. Coombs | 2013-06-18 | 1 | -6/+18 |
| | |||||
* | Update some URLs. | Arfrever Frehtes Taifersar Arahesis | 2013-06-11 | 1 | -1/+1 |
| | |||||
* | Add __init__.py to the list of 'files with versions' | Jason R. Coombs | 2013-06-09 | 1 | -0/+1 |
| | |||||
* | Bumped to 0.7.3 in preparation for next release. | Jason R. Coombs | 2013-06-09 | 1 | -1/+1 |
| | |||||
* | Fix 'set_versions'0.7.2 | Jason R. Coombs | 2013-06-09 | 1 | -1/+1 |
| | |||||
* | Allow uploading the docs | Jason R. Coombs | 2013-06-09 | 1 | -1/+1 |
| | |||||
* | Bumped to 0.7.2 in preparation for next release. | Jason R. Coombs | 2013-06-03 | 1 | -1/+1 |
| | |||||
* | Bumped to 0.7.1 in preparation for next release. | Jason R. Coombs | 2013-06-02 | 1 | -1/+1 |
| | |||||
* | Bumped to 0.7 in preparation for next release.0.7 | Jason R. Coombs | 2013-06-02 | 1 | -1/+1 |
| | |||||
* | Updated release script to allow setting of the version to be released at ↵ | Jason R. Coombs | 2013-06-01 | 1 | -18/+26 |
| | | | | release time (but still infer a next release). | ||||
* | README.txt now references specific versions again | Jason R. Coombs | 2013-06-01 | 1 | -1/+3 |
| | |||||
* | No need to upload bootstrap script as it's referenced from the docs. | Jason R. Coombs | 2013-05-28 | 1 | -9/+0 |
| | |||||
* | Bumped to 0.7b5 in preparation for next release. | Jason R. Coombs | 2013-05-28 | 1 | -1/+1 |
| | |||||
* | Temporarily disable uploading until PyPI is used again0.7b4 | Jason R. Coombs | 2013-05-28 | 1 | -3/+5 |
| | |||||
* | Bump version for subsequent release | Jason R. Coombs | 2013-05-25 | 1 | -1/+1 |
| | |||||
* | Bump to next anticipated version | Jason R. Coombs | 2013-05-24 | 1 | -1/+1 |
| | |||||
* | Extract function for uploading to pypi0.7b2 | Jason R. Coombs | 2013-05-24 | 1 | -15/+18 |
| | |||||
* | Bump to 0.7b2 for next release | Jason R. Coombs | 2013-05-24 | 1 | -1/+1 |
| | |||||
* | Updated get_next_version to bump arbitrary versions and added doctests. | Jason R. Coombs | 2013-05-24 | 1 | -5/+25 |
| | |||||
* | Merge changes from distribute 0.6.41 | Jason R. Coombs | 2013-05-24 | 1 | -5/+5 |
|\ | | | | | | | | | --HG-- rename : distribute_setup.py => ez_setup.py | ||||
| * | Bumped to 0.6.42 in preparation for next release. | Jason R. Coombs | 2013-05-24 | 1 | -1/+1 |
| | | | | | | | | | | --HG-- branch : distribute | ||||
| * | Update reference to Travis CI using setuptools mirror | Jason R. Coombs | 2013-05-19 | 1 | -1/+1 |
| | | | | | | | | | | --HG-- branch : distribute | ||||
| * | Delint release script | Jason R. Coombs | 2013-05-19 | 1 | -4/+4 |
| | | | | | | | | | | --HG-- branch : distribute | ||||
| * | Bumped to 0.6.41 in preparation for next release. | Guy Rozendorn | 2013-05-14 | 1 | -1/+1 |
| | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 235fe544e2119364d2f4270a6c5ca20db4645324 | ||||
* | | Update versions in preparation for an 0.7b1 release0.7b1 | Jason R. Coombs | 2013-05-13 | 1 | -4/+2 |
|/ | |||||
* | Merge | Jason R. Coombs | 2013-05-12 | 1 | -2/+8 |
|\ | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 6b1741a2e6a320d037d9aa58f605407f0e4f866e | ||||
| * | Use HTTPS for uploading the distribution to PyPI. | Jason R. Coombs | 2013-05-12 | 1 | -3/+9 |
| | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : e80c6f51364bbc373c016479e4b9e3e11be2db97 | ||||
* | | Bumped to 0.6.40 in preparation for next release. | Jason R. Coombs | 2013-05-12 | 1 | -3/+4 |
|/ | | | | | | --HG-- branch : distribute extra : rebase_source : 355bf27e11fdf906de100c2a47145d44fac082cc | ||||
* | Moved link generation routine from setup.py to release.py. The new routine ↵ | Jason R. Coombs | 2013-05-05 | 1 | -0/+58 |
| | | | | | | | | requires Python 2.6 for izip_longest and chain.from_iterable, so it's not suitable for setup.py. Also, there's no reason that every installer needs to compute the links - they can be resolved in advance during the release process. --HG-- branch : distribute extra : rebase_source : 9f4af99f70fdfa00290be2261a921af9a76ba597 | ||||
* | Bumped to 0.6.39 in preparation for next release. | Jason R. Coombs | 2013-05-05 | 1 | -1/+1 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : 3e627b0d100b8ae32e8dc995f2da0003bbd9c605 | ||||
* | Bumped to 0.6.38 in preparation for next release. | Jason R. Coombs | 2013-05-04 | 1 | -1/+1 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : cf2ffa52b8e0cf1403b4e8ca23921a4cda51ba5b | ||||
* | Bumped to 0.6.37 in preparation for next release. | Jason R. Coombs | 2013-04-05 | 1 | -1/+1 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : a59fcbbf5ca73fb41958d42d33d3de299ad9ae7c | ||||
* | Update release script to use keyring more properly (rather than bundling an ↵ | Jason R. Coombs | 2013-02-16 | 1 | -1/+1 |
| | | | | | | | | artifact of the backend I was using). --HG-- branch : distribute extra : rebase_source : 188dcdb7f0873f1b382e8bde65377c5f43266f9f | ||||
* | Bumped to 0.6.36 in preparation for next release. | Jason R. Coombs | 2013-02-16 | 1 | -1/+1 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : 82ea3f25bc7836db7398b0e602ef34baa1f2c34e |