Skip to content

Commit

Permalink
Release 0.1.26 (#257)
Browse files Browse the repository at this point in the history
* remove install nspkg in order to support pep420

* upgrade wheel version

* update azure_bdist_wheel.py name

* test for another_pep420 branch

* update pep420 repo

* update branch

* rollback wheel version

* add HISTORY

* rollback CLI repo url

* release 0.1.26
  • Loading branch information
arrownj authored Aug 19, 2020
1 parent 4f66638 commit 3420d39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Release History
===============
0.1.26
++++++
* Support PEP420 package

0.1.25
++++++
* `azdev test`: new parameter --mark
Expand Down
2 changes: 1 addition & 1 deletion azdev/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# license information.
# -----------------------------------------------------------------------------

__VERSION__ = '0.1.25'
__VERSION__ = '0.1.26'

0 comments on commit 3420d39

Please sign in to comment.