simpleconfig: Short description of your package

[ bsd3, library, web ] [ Propose Tags ]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.5, 0.0.7, 0.0.8, 0.0.9, 0.0.10
Dependencies base (>=4.7 && <5), containers, either, lens [details]
License BSD-3-Clause
Copyright 2017 Alexey Kotlyarov
Author Alexey Kotlyarov
Maintainer a@koterpillar.com
Category Web
Home page https://github.com/koterpillar/simpleconfig#readme
Bug tracker https://github.com/koterpillar/simpleconfig/issues
Source repo head: git clone https://github.com/koterpillar/simpleconfig
Uploaded by AlexeyKotlyarov at 2018-05-20T10:14:18Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3046 total (16 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-05-20 [all 1 reports]

Readme for simpleconfig-0.0.10

[back to package description]

simpleconfig

Releasing

  • Install bumpversion: pip install bumpversion.
  • Run bumpversion major|minor|patch.
  • Run git push --tags && git push.