pypandoc v1.16 · JessicaTegner/pypandoc@c3afa88 (original) (raw)
4 files changed
lines changed
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -5,6 +5,8 @@ on: | ||
| 5 | 5 | push: |
| 6 | 6 | branches: |
| 7 | 7 | - master |
| 8 | +tags: | |
| 9 | + - 'v*' | |
| 8 | 10 | |
| 9 | 11 | |
| 10 | 12 | defaults: |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -18,7 +18,7 @@ | ||
| 18 | 18 | __author_email__ = "jessica@jessicategner.com" |
| 19 | 19 | __maintainer__ = "Jessica Tegner" |
| 20 | 20 | __url__ = "https://github.com/JessicaTegner/pypandoc" |
| 21 | -__version__ = "1.15" | |
| 21 | +__version__ = "1.16" | |
| 22 | 22 | __license__ = "MIT" |
| 23 | 23 | __description__ = "Thin wrapper for pandoc." |
| 24 | 24 | __python_requires__ = ">=3.7" |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| 1 | 1 | [tool.poetry] |
| 2 | 2 | name = "pypandoc" |
| 3 | -version = "1.15" | |
| 3 | +version = "1.16" | |
| 4 | 4 | description = "Thin wrapper for pandoc" |
| 5 | 5 | authors = ["JessicaTegner jessica@jessicategner.com"] |
| 6 | 6 | license = "MIT" |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -8,3 +8,4 @@ This is the internal checklist, so that @janschulz doesn't have to do another br | ||
| 8 | 8 | - tag the version: `git tag -a vx.x.x`, write a nice version message summarizing new features |
| 9 | 9 | - push directly to the repo: `git push; git push --tags` |
| 10 | 10 | - celebrate :-) |
| 11 | + |