Skip to content

Tags: gly-git/pypandoc

Tags

latest

Toggle latest's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
make meaningless encoding parameter from convert_file method deprecat…

…ed (JessicaTegner#340)

Signed-off-by: Christian Decker <christian.decker@homag.com>

1.6.3

Toggle 1.6.3's commit message
Updated travis config again

1.6.2

Toggle 1.6.2's commit message
Updated travis config

1.6.1

Toggle 1.6.1's commit message
Updated version to 1.6.1

1.6

Toggle 1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request JessicaTegner#223 from NicklasTegner/ci-release

Updated tokens for CI Releases

1.5

Toggle 1.5's commit message
Release version 1.5

1.4

Toggle 1.4's commit message
Merge pull request JessicaTegner#129 from ickc/bump-version

version bumped, README reflect change in new version

v1.3.3

Toggle v1.3.3's commit message
pypandoc 1.3.3

Only fixes the build process on travis/appveyor to get a proper sdist on pypi

v1.3.1

Toggle v1.3.1's commit message
pypandoc 1.3.1

Fix sdist (1.3.0 contained the pandoc binaries)

v1.3.0

Toggle v1.3.0's commit message
Version 1.3.0

* Add possibility to use .lua custom writers as output format
  (thanks to @snay, JessicaTegner#109)
* pypandoc now also accepts URls (http+https) where it allows paths (JessicaTegner#108/JessicaTegner#115,
  thanks to @dufferzafar for reporting this)
* now downloads pandoc 1.18 (or includes that pandoc version in the prebuild
  wheels) (JessicaTegner#112/JessicaTegner#113, thanks to @TomAugspurger for reporting this)

Under the hood, we now also do CI tests on windows (via appveyor) and do PyPI
uploads from the CI services (see JessicaTegner#116/JessicaTegner#117).