Skip to content

Commit 60e46eb

Browse files
committed
Get ready for release 5.0.2
1 parent e1e78d1 commit 60e46eb

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
CHANGES
44
=======
55

6+
5.0.2
7+
-----
8+
9+
Get in `requirements-cython.txt`` into tarball
10+
611

712
5.0.1
813
-----

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ include ChangeLog
44
include COPYING.txt
55
include FUTURE.rst
66
include Makefile
7+
include requirements-cython.txt
78
include requirements-dev.txt
89
include requirements-full.txt
910
recursive-include mathics *.py

mathics/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# well as importing into Python. That's why there is no
66
# space around "=" below.
77
# fmt: off
8-
__version__="5.0.1" # noqa
8+
__version__="5.0.2" # noqa

0 commit comments

Comments
 (0)