Skip to content

Commit

Permalink
Minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Dec 3, 2013
1 parent e673a5a commit 11ea454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: pyz dist upload

pyz:
pyzzer.pyz -o dist/envdir-$(shell python setup.py --version).pyz -m envdir:run -r envdir
pyzzer.pyz -o build/envdir-$(shell python setup.py --version).pyz -m envdir:run -r envdir

dist:
python setup.py sdist bdist_wheel
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
---------

0.6 (12/02/2013)
0.6 (12/03/2013)
^^^^^^^^^^^^^^^^

* Rewrote tests with pytest.
Expand Down

0 comments on commit 11ea454

Please sign in to comment.