Skip to content

Commit

Permalink
update changelog and version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
janfb committed Oct 22, 2020
1 parent 906c1d7 commit 3462521
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v0.13.0
- Upgrade dependency on `nflows` to 0.13 to allow GPU support.

# v0.12.0
- Upgraded dependency on `nflows` to 0.12; explicitly allow Python 3.6 (#13)
- Support for `batch_x` with only one feature in mixture density networks (thanks to
Expand Down
2 changes: 1 addition & 1 deletion pyknos/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# pyknos is licensed under the Affero General Public License v3,
# see <https://www.gnu.org/licenses/>.

VERSION = (0, 12, 0)
VERSION = (0, 13, 0)

__version__ = ".".join(map(str, VERSION))

0 comments on commit 3462521

Please sign in to comment.