File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11date_fmt = ' YYYY-MM-DD'
22major = 1
3- minor = 25
4- patch = 1
3+ minor = 26
4+ patch = 0
55date = [
66 ' inform/__init__.py __released__' ,
77 ' README.rst Released' ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Inform - Print & Logging Utilities
2121
2222
2323:Author: Ken Kundert
24- :Version: 1.25.1
24+ :Version: 1.26.0
2525:Released: 2021-09-15
2626
2727A package that provides specialized print functions that are used when
Original file line number Diff line number Diff line change 5555# built documents.
5656#
5757# The full version, including alpha/beta/rc tags.
58- release = '1.25.1 '
58+ release = '1.26.0 '
5959# The short X.Y version.
6060version = '.' .join (release .split ('.' )[0 :2 ])
6161
Original file line number Diff line number Diff line change 1010 Inform: Print & Logging Utilities
1111=================================
1212
13- | Version: 1.25.1
13+ | Version: 1.26.0
1414| Released: 2021-09-15
1515| Please post all bugs and suggestions at
1616 `Inform Issues <https://github.com/KenKundert/inform/issues>`_
Original file line number Diff line number Diff line change 66Latest development release
77--------------------------
88
9- | Version: 1.25.1
9+ | Version: 1.26.0
1010 | Released: 2021-09-15
1111
1212- Added :func: `dedent `.
Original file line number Diff line number Diff line change 1- __version__ = '1.25.1 '
1+ __version__ = '1.26.0 '
22__released__ = '2021-09-15'
33
44from .inform import (
Original file line number Diff line number Diff line change 1212
1313setup (
1414 name = 'inform' ,
15- version = '1.25.1 ' ,
15+ version = '1.26.0 ' ,
1616 description = 'print & logging utilities for communicating with user' ,
1717 long_description = readme ,
1818 long_description_content_type = 'text/x-rst' ,
You can’t perform that action at this time.
0 commit comments