Skip to content

Commit

Permalink
Change towncrier title format, move release notes title to top of file
Browse files Browse the repository at this point in the history
  • Loading branch information
kclowes committed Sep 23, 2019
1 parent 6d323e4 commit 2997cd8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
3 changes: 1 addition & 2 deletions docs/contracts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ Taking the following contract code as an example:
]
'''.strip()

.. code-block::
.. code-block:: python
>>> # pragma solidity >=0.4.22 <0.6.0;
...
Expand All @@ -676,7 +676,6 @@ Taking the following contract code as an example:
... # }
... # }
>>> # abi = "..."
>>> # bytecode = "6080..."
Expand Down
14 changes: 8 additions & 6 deletions docs/releases.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Release Notes
=============

v5 Breaking Changes Summary
See the :ref:`v5 Migration Guide<migrating_v4_to_v5>`

.. towncrier release notes start
Web3 5.1.0 (2019-09-18)
-----------------------

Expand Down Expand Up @@ -31,12 +39,6 @@ Misc
- `#1446 <https://github.com/ethereum/web3.py/issues/1446>`__, `#1451 <https://github.com/ethereum/web3.py/issues/1451>`__


Release Notes
=============

v5 Breaking Changes Summary
See the :ref:`v5 Migration Guide<migrating_v4_to_v5>`

v5.0.2
------
Released August 22, 2019
Expand Down
1 change: 1 addition & 0 deletions newsfragments/1460.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Reformat autogenerated towncrier release notes
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
directory = "newsfragments"
underlines = ["-", "~", "^"]
issue_format = "`#{issue} <https://github.com/ethereum/web3.py/issues/{issue}>`__"
title_format = "v{version} ({project_date})"

0 comments on commit 2997cd8

Please sign in to comment.