Skip to content

Commit

Permalink
Get ready for release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Jun 27, 2021
1 parent e981a04 commit a5bc889
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CHANGES
=======

1.2.2
1.2.2-1.2.3
-----

Redo for packaging problems.
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ include COPYING.txt
include FUTURE.rst
include Makefile
include mathics_scanner/Makefile
include requirements-full.txt
recursive-include mathics_scanner *.py
recursive-include test *.py
3 changes: 1 addition & 2 deletions mathics_scanner/version.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# -*- coding: utf-8 -*-


# This file is suitable for sourcing inside POSIX shell as
# well as importing into Python. That's why there is no
# space around "=" below.
# fmt: off
__version__="1.2.3.dev0" # noqa
__version__="1.2.3" # noqa
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def subdirs(root, file="*.*", depth=10):
version=__version__,
packages=["mathics_scanner", "mathics_scanner.generate"],
install_requires=INSTALL_REQUIRES,
extra_requires=EXTRA_REQUIRES,
extras_require=EXTRA_REQUIRES,
entry_points={
"console_scripts": [
"mathics-generate-json-table=mathics_scanner.generate.build_tables:main"
Expand Down

0 comments on commit a5bc889

Please sign in to comment.