-
-
Notifications
You must be signed in to change notification settings - Fork 593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 0.14.0 #400
Comments
If I may, I'd like to suggest to calling it |
My plan was to use 1.0 on the Python 3-only version (that should follow 0.14.0 rather soon), but I'm open to discussion! |
Oh right, that works, too. I don't mind either way. |
Updated release notes merged (#402). Will now add and push a tag, and we can check the release on Jazzband:
https://jazzband.co/about/releases Edit: Done like this: $ git tag v0.14.0
$ git push --tags
Total 0 (delta 0), reused 0 (delta 0)
To https://github.com/jazzband/tablib/
* [new tag] v0.14.0 -> v0.14.0 |
The CI successfully built and uploaded the two distributions:
https://jazzband.co/projects/tablib I downloaded the files, and can install the wheel fine with pip. Contents of the tar.gz looks good. Will click the release buttons for each. |
Tablib 0.14.0 is released! https://pypi.org/project/tablib/0.14.0/ $ pip install tablib
Collecting tablib
Downloading https://files.pythonhosted.org/packages/7f/8d/665f895e4355f1ee95665e003b994512c8b670148a921aa9acec9d1607fb/tablib-0.14.0-py3-none-any.whl (65kB)
|████████████████████████████████| 71kB 993kB/s
Requirement already satisfied: openpyxl>=2.4.0 in /usr/local/lib/python3.7/site-packages (from tablib) (3.0.0)
Requirement already satisfied: markuppy in /usr/local/lib/python3.7/site-packages (from tablib) (1.14)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.7/site-packages (from tablib) (3.13)
Requirement already satisfied: xlwt in /usr/local/lib/python3.7/site-packages (from tablib) (1.3.0)
Requirement already satisfied: xlrd in /usr/local/lib/python3.7/site-packages (from tablib) (1.2.0)
Requirement already satisfied: odfpy in /usr/local/lib/python3.7/site-packages (from tablib) (1.4.0)
Requirement already satisfied: jdcal in /usr/local/lib/python3.7/site-packages (from openpyxl>=2.4.0->tablib) (1.4.1)
Requirement already satisfied: et-xmlfile in /usr/local/lib/python3.7/site-packages (from openpyxl>=2.4.0->tablib) (1.0.1)
Requirement already satisfied: defusedxml in /usr/local/lib/python3.7/site-packages (from odfpy->tablib) (0.6.0)
Installing collected packages: tablib
Successfully installed tablib-0.14.0 Thanks everyone who contributed! |
hurray \o/ |
@hugovk Can you check the current code (and HISTORY) and tell me if you think we could release 0.14.0 now? I'd just like to add that the 0.14.x series will be the last supporting Python 2. Would you like to lead the release process?
The text was updated successfully, but these errors were encountered: