From 733acf8429bb158f7873645adc3d1899200debb1 Mon Sep 17 00:00:00 2001 From: DCsunset Date: Fri, 27 Aug 2021 19:53:36 -0400 Subject: [PATCH] chore(release): 1.0.1 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72d3f70..7642b1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.1](https://github.com/DCsunset/pandoc-include/compare/v1.0.0...v1.0.1) (2021-08-27) + + +### Bug Fixes + +* fix attribute error ([1436483](https://github.com/DCsunset/pandoc-include/commit/143648375e1714692346b8c4230f4dbe59720d12)) + ## [1.0.0](https://github.com/DCsunset/pandoc-include/compare/v0.8.7...v1.0.0) (2021-08-26) diff --git a/setup.py b/setup.py index f546bfd..ebb08df 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup from os import path -version = '1.0.0' +version = '1.0.1' repo_base_dir = path.abspath(path.dirname(__file__))