Skip to content

Commit

Permalink
Bump version; update changelog; update LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Aug 14, 2022
1 parent f7a7850 commit ecac4b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Changelog
---------

(unreleased)
************
4.4.0 (2022-08-14)
******************

Support:

* Test against Python 3.8 and 3.9.
* Support IPython 7 and 8 (:issue:`91`). Thanks :user:`matan129` for the PR.
* Test against Python 3.8, 3.9, and 3.10.

4.3.0 (2019-04-07)
******************
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2014-2020 Steven Loria and contributors
Copyright 2014-2022 Steven Loria and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion doitlive/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.3.0"
__version__ = "4.4.0"

0 comments on commit ecac4b9

Please sign in to comment.