diff --git a/README.md b/README.md index 72136f0..76aff25 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://secure.travis-ci.org/AndreMiras/EtherollApp.png?branch=develop)](http://travis-ci.org/AndreMiras/EtherollApp) - + Provably fair dice game running on the [Ethereum blockchain](https://etheroll.com/#/smart-contract). Built with Python, [Kivy](https://github.com/kivy/kivy) and love. diff --git a/docs/Release.md b/docs/Release.md index ff12071..bf0bbc9 100644 --- a/docs/Release.md +++ b/docs/Release.md @@ -10,9 +10,9 @@ Start the release with git flow: ``` git flow release start vYYYYMMDD ``` -Now update the CHANGELOG.md `[Unreleased]` section to match the new release version. +Now update the [CHANGELOG.md](/src/CHANGELOG.md) `[Unreleased]` section to match the new release version. Also update the `__version__` string of the [version.py](/src/version.py) file. Then commit and finish release. -Optionally already update the direct download link from the [README.md](README.md). +Optionally already update the direct download link from the [README.md](/README.md). ``` git commit -a -m "vYYYYMMDD" git flow release finish diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 4b61ed9..118cfe8 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log -## [Unreleased] +## [v20180918] - Notify when roll processed, refs #57, #103, #106 - Recipes LDSHARED & CFLAGS cleaning, refs #104 diff --git a/src/version.py b/src/version.py index 32c77d0..2f5c398 100644 --- a/src/version.py +++ b/src/version.py @@ -1 +1 @@ -__version__ = '2018.0911' +__version__ = '2018.0918'