Skip to content

Commit

Permalink
Release v1.15 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmiklank committed Apr 21, 2023
1 parent 3f1f312 commit a59f3bc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

New in 1.15:

* Add long description to show README.md in PyPI

* Install runtime deps when installing test deps

* Exit with 2 if called with unallowed selectors

* Enable PyLint for Pull Requests

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

New in 1.14:

* Added include option to multispec matrix
Expand Down
2 changes: 1 addition & 1 deletion distgen/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dg_version = "1.14"
dg_version = "1.15"

0 comments on commit a59f3bc

Please sign in to comment.