Commit 5b7765b1 authored by Léo-Paul Géneau's avatar Léo-Paul Géneau 👾

Release 0.4.3

parent cf95df81
Pipeline #17633 running with stage
Change History
**************
0.4.3 (2021-10-01)
==================
- Clean up part location to make ``install()`` idempotent
- Check url and version mutually exclusive options are not both in options
- Fix version comparison for major version greater than 9
- Remove hardcoded/meaningless/old version number in the path
- Style: import ``UserError`` and use ``Recipe().install()`` one-liner
0.4.2 (2021-07-15)
==================
......
......@@ -4,7 +4,7 @@ import os
from setuptools import setup
version = '0.4.2'
version = '0.4.3'
name = 'rubygemsrecipe'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment