Skip to content

Commit

Permalink
Adding release instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
escheie committed Jul 30, 2015
1 parent 4fdaf67 commit 38995e1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.pyc
/teradata.egg-info/
12 changes: 12 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Steps to release:

1) Commit all changes to GitHub: https://github.com/teradata/PyTd

2) Tag the release

3) Release to PyPI:

python setup.py register -r pypi
python setup.py sdist upload -r pypi

4) Increment version in teradata/versions.py to next release version.
2 changes: 1 addition & 1 deletion teradata/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
__version__="15.10.0.1"
__version__="15.10.0.2"

0 comments on commit 38995e1

Please sign in to comment.