Skip to content

Commit

Permalink
Update HISTORY for version bump and Makefile helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
jmichalicek committed Apr 24, 2018
1 parent e076817 commit 787f854
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ History

Current
+++++++

1.0.0 (2018-04-23)
++++++++++++++++++
* Dropped testing of Django 1.8, 1.9 and 1.10
* Stopped using assignment_tag in favor of Django 1.9+ simple_tag functionality, definitely breaking Django 1.8
* Added testing of Django 2.0
Expand Down
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,12 @@ release: clean ## package and upload a release
sdist: clean ## package
python setup.py sdist
ls -l dist

pypi-test:
twine upload --repository-url https://test.pypi.org/legacy/ dist/*

pypi:
twine upload dist/*

build:
python setup.py sdist bdist_wheel

0 comments on commit 787f854

Please sign in to comment.