Skip to content

Commit

Permalink
prepare for release with pyp
Browse files Browse the repository at this point in the history
  • Loading branch information
guruofgentoo committed Nov 1, 2019
1 parent c1cfb61 commit e71f222
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
27 changes: 12 additions & 15 deletions changelog.rst
@@ -1,55 +1,52 @@
Recent Changelog
----------------

This is the most recent activity. See `changelog-archive.rst` in the source distribution
for older changelog notes.
Changelog
=========

0.6.0 released 2019-10-30
===============================
-------------------------------

- Resolve some python deprecations
- Support python 3.8
- Python 2.7 no longer fully supported

0.5.3 released 2017-12-28
===============================
-------------------------------

- Create setup.cfg to build universal wheel
- Create set of functional programming tools

0.5.2 released 2016-11-23
===============================
-------------------------------

- Added Python 3.5 compatibility
- Set up CI and coverage

0.5.1 released 2015-05-12
===============================
-------------------------------

- Fixed spreadsheets.xlsx_to_reader Python 3.4 compatibility
- Fixed numbers.convert_int exception test for Python 3.4 compatibility
- Fixed case where error handling's _uie_matches masked real exception by creating one

0.5.0 released 2015-03-24
===============================
-------------------------------

- Added Python 3.4 compatibility.
- Remove blazeutils.xlrd. It had been deprecated and the objects moved to .spreadsheets.


0.4.4 released 2014-12-25
================================
-------------------------------

- changed how the version string is determined in __init__.py
- archive old changelog notes

0.4.3 released 2014-12-16
================================
-------------------------------

- add xlsx_to_strio() and WriterX.mwrite()

0.4.2 released 2014-12-08
================================
-------------------------------

- fix wrong dates for 0.4.0 and 0.4.1 releases in changelog
- add roundsecs argument to dates.trim_mils
Expand All @@ -62,12 +59,12 @@ for older changelog notes.
- http_headers(): utility function to help when sending files as HTTP response

0.4.1 released 2014-05-17
================================
-------------------------------

- fix packaging issue

0.4.0 released 2014-05-17
================================
-------------------------------

- testing.raises() gets support for custom exception validators, docstring updated w/ usage
- decorators.curry() use a different approach so multiple curried functions can be used
Expand Down
2 changes: 2 additions & 0 deletions pyp.ini
@@ -0,0 +1,2 @@
[pyp]
source_dir = blazeutils

0 comments on commit e71f222

Please sign in to comment.