summaryrefslogtreecommitdiff
path: root/release.py
Commit message (Expand)AuthorAgeFilesLines
* No longer build windows installersJason R. Coombs2015-12-191-1/+1
* Use jaraco.packaging.release, used by setuptools, keyring, and a number of ot...Jason R. Coombs2014-06-271-103/+16
* Normalize indentationJason R. Coombs2014-06-271-4/+6
* Bumped to 3.3.0 in preparation for next release.3.3.0Jason R. Coombs2014-04-161-1/+1
* Merge with 3.2.xJason R. Coombs2014-04-121-16/+27
|\
| * Merge with cherrypy-3.2.x (3.2.5)Jason R. Coombs2014-02-231-85/+96
| |\
| | * Split long line in release scriptGustavo Picon2014-01-121-2/+3
| | * pep8ify release scriptGustavo Picon2014-01-121-88/+98
* | | Use six for 'input'Jason R. Coombs2014-04-121-4/+4
* | | Bumped to 3.2.6 in preparation for next release.3.2.6Jason R. Coombs2014-04-121-1/+1
* | | tabs to spacesJason R. Coombs2014-02-231-83/+83
|/ /
* | Use -r to push only local commits.Jason R. Coombs2014-02-231-1/+1
* | Bumped to 3.2.5 in preparation for next release.3.2.5Jason R. Coombs2014-02-231-1/+1
* | Correct declaration of dist commandsJason R. Coombs2014-02-231-3/+1
* | Use bytes for making substitutions.Jason R. Coombs2014-02-231-1/+3
* | Forgot to invoke setup.pyJason R. Coombs2014-02-231-2/+2
* | setup.cfg is sufficient (setuptools uses this technique).Jason R. Coombs2014-02-231-1/+1
* | Simplify release process (distutils will upload all dists created)Jason R. Coombs2014-02-231-8/+4
|/
* Add a check for wheel early to avoid failures late. Ref #1273Jason R. Coombs2013-11-131-0/+13
* Include bdist_wheel when building distributions. Fixes #1273Jason R. Coombs2013-11-131-0/+1
* The setup.cfg already defaults to gztar, so need to specify zip to create the...Jason R. Coombs2013-03-271-1/+1
* Bumped to 3.2.4 in preparation for next release.3.2.4Jason R. Coombs2013-03-271-1/+1
* Updated the release script to reflect new hosting on PyPI.Jason R. Coombs2013-03-251-16/+9
* Factor out dist_commandsJason R. Coombs2013-03-251-4/+10
* Solicit the version to release from the userJason R. Coombs2013-03-251-3/+3
* Use 'input' for Python 3 compatibilityJason R. Coombs2013-03-251-3/+6
* Bumped to 3.2.3 in preparation for next release.3.2.3Jason R. Coombs2012-12-261-1/+1
* Correct docstring, unintentionally borkedJason R. Coombs2012-11-071-1/+1
* Need to create windows executablesJason R. Coombs2012-10-271-0/+1
* Fleshed out the complete release process.Jason R. Coombs2012-10-261-9/+92
* Adding link to release wikiJason R. Coombs2012-10-241-0/+2
* Draft of the release processJason R. Coombs2012-10-241-1/+32
* Adding release scriptJason R. Coombs2012-10-241-0/+7