Skip to content

Commit

Permalink
Prepare for 1.0.3 release
Browse files Browse the repository at this point in the history
See changelog for more details.
  • Loading branch information
pablogsal committed Apr 21, 2022
1 parent 9e4379c commit c0dc534
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.2
current_version = 1.0.3
commit = True
message =
Prepare for {new_version} release
Expand Down
8 changes: 8 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ fix problems like typo corrections or such.

.. towncrier release notes start
memray 1.0.3 (2022-04-21)
=========================

Features
--------

- Add `memray` as a command line entry point. (#20)

memray 1.0.2 (2022-04-12)
=========================

Expand Down
2 changes: 1 addition & 1 deletion src/memray/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.2"
__version__ = "1.0.3"

0 comments on commit c0dc534

Please sign in to comment.