Loading operational +2 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,8 @@ Time-stamp: <2018-05-10> - update version number in package.yaml, src/CliVersion.hs - build binary stack build --test stack exec hlint -- src api client stack exec hlint -- -g - update README file - release binary on PyPI export TWINE_PASSWORD=xxx make all -C pypi Loading pypi/rd-api/README.rst +5 −0 Original line number Diff line number Diff line Loading @@ -76,6 +76,11 @@ easy installation on linux system. Reliable download only runs in linux. ChangeLog --------- * v1.1.0.0 2018-05-10 - feature: support passing arguments using env variables, for cli arg --redis-host, the env variable will be REDIS_HOST. - bugfix: fix cli argument parsing for string types * v1.0.0.3 2018-05-09 - update installation doc, rd-api requires redis server Loading src/CliVersion.hs +1 −1 Original line number Diff line number Diff line module CliVersion where cliVersion :: String cliVersion = "1.0.0.3" cliVersion = "1.1.0.0" Loading
operational +2 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,8 @@ Time-stamp: <2018-05-10> - update version number in package.yaml, src/CliVersion.hs - build binary stack build --test stack exec hlint -- src api client stack exec hlint -- -g - update README file - release binary on PyPI export TWINE_PASSWORD=xxx make all -C pypi Loading
pypi/rd-api/README.rst +5 −0 Original line number Diff line number Diff line Loading @@ -76,6 +76,11 @@ easy installation on linux system. Reliable download only runs in linux. ChangeLog --------- * v1.1.0.0 2018-05-10 - feature: support passing arguments using env variables, for cli arg --redis-host, the env variable will be REDIS_HOST. - bugfix: fix cli argument parsing for string types * v1.0.0.3 2018-05-09 - update installation doc, rd-api requires redis server Loading
src/CliVersion.hs +1 −1 Original line number Diff line number Diff line module CliVersion where cliVersion :: String cliVersion = "1.0.0.3" cliVersion = "1.1.0.0"