djc / rnc2rng

RELAX NG Compact to regular syntax conversion library
MIT License
16 stars 13 forks source link

is 2.6.2 release imminent? #27

Closed yarikoptic closed 4 years ago

yarikoptic commented 4 years ago

I see recent

(git)lena:/tmp/rnc2rng[master]git
$> git show 2.6.1-27-gfa75d58
commit fa75d58c4f6fdc2bc0a94c519e60bc912563b65c
Author: Dirkjan Ochtman <dirkjan@ochtman.nl>
Date:   Mon Apr 6 09:45:09 2020 +0200

    Bump version to 2.6.2

diff --git a/setup.py b/setup.py
index 0db054c..14b9a7c 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup

 setup(
     name='rnc2rng',
-    version='2.6.1',
+    version='2.6.2',
     url='https://github.com/djc/rnc2rng',
     author='David Mertz',
     description='RELAX NG Compact to regular syntax conversion library',

but there is no tag/release

djc commented 4 years ago

It is on PyPI. I indeed forgot to tag it before, but I did that now.

That said, it looks like the problematic install already got 2.6.2 and it regressed because of some changes in rnc2rng. Please investigate if the problem is in citeproc or in rnc2rng proper and file a separate issue for this so we can fix it.

yarikoptic commented 4 years ago

yeap, there is an avalanche of failures...