Back to business

This commit is contained in:
Jorrit Wronski
2015-02-11 16:21:51 +01:00
parent 88a8b845fb
commit 80b75cf28e
3 changed files with 3 additions and 4 deletions

View File

@@ -21,9 +21,8 @@ library.
* **script**: Wait for all bots to finish and run the release script by launching the ``release version`` bot with dry run disabled and the correct version number. This uploads binaries to pypi and sourceforge.
* **clean up**: If everything went well, you can proceed:
- Tag the release branch in GitHub. It is a good idea to include the information on the closed issues here as well.
- Tag the release branch in your git software. It is a good idea to make and annotated tag and include the information on the closed issues here as well.
- Change the default download file on sourceforge to point to the new zipped sources.
- Copy the new Javascript library to the homepage and make a symlink to ``coolprop-latest.js``. *I think I automated this one already*
- Bump the version number in the CMake file and commit.
- Announce the new features if you like...