Skip to content

Commit a5bc889

Browse files
committed
Get ready for release 1.2.3
1 parent e981a04 commit a5bc889

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGES
22
=======
33

4-
1.2.2
4+
1.2.2-1.2.3
55
-----
66

77
Redo for packaging problems.

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ include COPYING.txt
55
include FUTURE.rst
66
include Makefile
77
include mathics_scanner/Makefile
8+
include requirements-full.txt
89
recursive-include mathics_scanner *.py
910
recursive-include test *.py

mathics_scanner/version.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# -*- coding: utf-8 -*-
22

3-
43
# This file is suitable for sourcing inside POSIX shell as
54
# well as importing into Python. That's why there is no
65
# space around "=" below.
76
# fmt: off
8-
__version__="1.2.3.dev0" # noqa
7+
__version__="1.2.3" # noqa

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def subdirs(root, file="*.*", depth=10):
8282
version=__version__,
8383
packages=["mathics_scanner", "mathics_scanner.generate"],
8484
install_requires=INSTALL_REQUIRES,
85-
extra_requires=EXTRA_REQUIRES,
85+
extras_require=EXTRA_REQUIRES,
8686
entry_points={
8787
"console_scripts": [
8888
"mathics-generate-json-table=mathics_scanner.generate.build_tables:main"

0 commit comments

Comments
 (0)