Skip to content

Commit

Permalink
release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisuhlendorf committed Sep 25, 2023
1 parent 183d18e commit 119e1e9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
0.12.0 - (September 25, 2023)
-------------------------

New Features
~~~~~~~~~~~~

* support of Python 3.9
* support of tornado < 6.3

Development Changes
~~~~~~~~~~~~~~~~~~~

* removal of Python 2 support

0.11.0 - (August 06, 2020)
-------------------------

Expand Down
2 changes: 1 addition & 1 deletion supercell/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# limitations under the License.
#
#
__version__ = "0.11.0"
__version__ = "0.12.0"

0 comments on commit 119e1e9

Please sign in to comment.