Skip to content

Commit

Permalink
Merge pull request #2377 from iamdefinitelyahuman/release/0.2.13
Browse files Browse the repository at this point in the history
v0.2.13
  • Loading branch information
iamdefinitelyahuman authored Jul 6, 2021
2 parents 7651286 + a16ea14 commit d2f0a96
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
Release Notes
#############

v0.2.13
*******

Date released: 06-07-2021

Non-breaking changes and improvements:

- Add the ``abs`` builtin function (`#2356 <https://github.com/vyperlang/vyper/pull/2356>`_)
- Streamline the location of arrays within storage (`#2361 <https://github.com/vyperlang/vyper/pull/2361>`_)

v0.2.12
*******

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from setuptools import find_packages, setup

__version__ = "0.2.12"
__version__ = "0.2.13"

extras_require = {
"test": [
Expand Down

0 comments on commit d2f0a96

Please sign in to comment.