Skip to content

Commit

Permalink
docs: version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Batchelder committed Apr 16, 2023
1 parent d6e546d commit a1a1bde
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 18 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,30 @@ See the fragment files in the `changelog.d directory`_.

.. scriv-insert-here
.. _changelog-1.3.0:

1.3.0 — 2023-04-16
------------------

Added
.....

- ``.cfg`` files can now be read with ``literal:`` settings, thanks to `Matias
Guijarro <pull 88_>`_.

.. _pull 88: https://github.com/nedbat/scriv/pull/88

Fixed
.....

- In compliance with `PEP 440`_, comparing version numbers now ignores a
leading "v" character. This makes scriv more flexible about how you present
version numbers in various places (code literals, changelog entries, git
tags, and so on). Fixes `issue 89`_.

.. _PEP 440: https://peps.python.org/pep-0440/
.. _issue 89: https://github.com/nedbat/scriv/issues/89

.. _changelog-1.2.1:

1.2.1 — 2023-02-18
Expand Down
7 changes: 0 additions & 7 deletions changelog.d/20230328_043837_nedbat.rst

This file was deleted.

10 changes: 0 additions & 10 deletions changelog.d/20230416_081247_nedbat_better_versions_89.rst

This file was deleted.

2 changes: 1 addition & 1 deletion src/scriv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Scriv changelog management tool.
"""

__version__ = "1.2.1"
__version__ = "1.3.0"

0 comments on commit a1a1bde

Please sign in to comment.