Skip to content

grasshoppermouse/django-osm-field

 
 

Repository files navigation

Django OSM Field

No Maintenance Intended

Django OpenStreetMap Field

Releasing

  • Ensure everything is merged into develop
  • Ensure the currently active branch is develop
  • Run tox and ensure all tests pass
  • Ensure changelog is up to date
  • Change to branch master
  • Merge branch develop
  • Run bumpversion major|minor|patch
  • Push changes and tags to Github
  • Build Python packages with python setup.py sdist bdist_wheel
  • Upload package with twine upload -s dist/[.whl-FILE-TO-UPLOAD] dist/[.tar.gz-FILE-TO-UPLOAD].
  • Change to branch develop
  • Merge branch master

Packages

No packages published

Languages

  • Python 79.6%
  • JavaScript 15.6%
  • HTML 2.1%
  • Makefile 2.1%
  • CSS 0.6%