Skip to content

Commit 9c2b452

Browse files
committed
Get ready for release 9.0.0
Go over Changes. NEWS.md -> Changes.rst to match other repositories
1 parent 13c84f8 commit 9c2b452

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ are now accepted. Short option ``-f`` is associated with ``-file`` rather than `
1313
Option ``--read`` with alias ``-r`` is now ``-code`` and short option `-c`.
1414

1515
Toggling Autobrace using f4 was fixed.
16+
1617
You can cycle now through pygments styles up using f5 (next style) and f6 (previous style). f1 (help) now show function key
1718
bindings in bottom bar.
1819

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
include README.rst
2-
include NEWS.md
2+
include CHANGES.rst
33
include ChangeLog
44
include COPYING.txt
55
include Makefile

mathicsscript/version.py

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

0 commit comments

Comments
 (0)