Update README.md

Add a bit about versioning stuff
This commit is contained in:
Rafa de la Torre 2016-12-12 17:54:02 +01:00 committed by Mario de Frutos
parent 29caaf9297
commit a00fca6d13

View File

@ -45,3 +45,8 @@ See the [[../../../../test/README.md]]. Basically, move to the `/test` directory
cd $(git rev-parse --show-toplevel)/test cd $(git rev-parse --show-toplevel)/test
python run_tests.py --host=$YOUR_HOST $YOUR_USERNAME $YOUR_API_KEY python run_tests.py --host=$YOUR_HOST $YOUR_USERNAME $YOUR_API_KEY
``` ```
## Versioning
Once you're satisfied with your changes, it is time to bump the version number in the `setup.py`. A couple of rules:
- **Backwards compatibility**: in general all changes shall be backwards compatible. Do not remove any code used from the server public `pl/python` functions or you'll run into problems when deploying.
- **Semantic versioning**: we try to stick to [Semantic Versioning 2.0.0](http://semver.org/spec/v2.0.0.html)