diff --git a/README.rst b/README.rst index 8ee6395..b22253c 100644 --- a/README.rst +++ b/README.rst @@ -56,6 +56,10 @@ Changelog * **[NEXT]** (changes on ``master`` that have not been released yet): + * Nothing yet ;) + +* **v1.3.1:** + * chore(sdist): Fixed included files in sdist package * **v1.3.0:** diff --git a/setup.py b/setup.py index 7bdefcb..f57b157 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ if os.path.isfile("README.rst"): setup( name="yoga", - version="1.3.0", + version="1.3.1", description="Yummy Optimizer for Gorgeous Assets", url="https://github.com/wanadev/yoga", project_urls={ diff --git a/yoga/version.py b/yoga/version.py index 7b49cf1..4cf03a8 100644 --- a/yoga/version.py +++ b/yoga/version.py @@ -1 +1 @@ -VERSION = "1.3.0" +VERSION = "1.3.1"